VSTO - Outlook 2007 - Programmaticly get access to Shared Calendar

M

Michel Comeau

Hi,

First, let me say how great VSTO is. You guys did a very good job.

Here is my problem:

Where i work, we decided to log our daily tasks into an Exchange Calendar
folder. With the Add-In, i can provide customizations of the Appointment Form
when the appointment is stored in one of our selected daily tasks folders. In
this Region Add-in, i query for Project, Work Type, etc etc.

So far so good.

Now i'm adding an Action (for now its on a custom CommandBar), that a team
manager use to pop a visualiser for the tasks. Pie Charts and stuff. My
Problem is that i also want something that compiles data from the Employees
Calendar that the manager has shared access to as Reviewer. I've been digging
in Application, Application.Session, Application.Session.Stores, etc etc.
Can't find any reference to shared calendars (listed under People's Calendar).

Is this information available anywhere using VSTO ?
 
M

Michel Comeau

Finally Figured it out.

For those who want to know:

this.Application.Explorers[0].NavigationPane.Modules.GetNavigationModule(olNavigationModuleType.olModuleCalendar).NavigationGroups[ ].NavigationFolders[ ]

Well its the path to it, there is casting needed and indexes to figure out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top