S
Sven Nabuurs
Hello,
Is it possible to get a list of names of the calendars which are opened
previously by the user and are displayed as a check-box list under the "Other
calendars" list?
Does the outlook object model expose this list?
We are aware of the Outlook.xml file containing the opened shared calendars
but the user can add shared calendars which are only stored when outlook is
closed.
We need to capture the OnChangeItem event of a calendar of shared calendar.
For this we need the calendar folder so we can register our event-handler.
The folder can be obtained with the GetSharedFolder method.
For this we need the name of the person whose calendar is shared.
Kind regards,
Sven Nabuurs
Is it possible to get a list of names of the calendars which are opened
previously by the user and are displayed as a check-box list under the "Other
calendars" list?
Does the outlook object model expose this list?
We are aware of the Outlook.xml file containing the opened shared calendars
but the user can add shared calendars which are only stored when outlook is
closed.
We need to capture the OnChangeItem event of a calendar of shared calendar.
For this we need the calendar folder so we can register our event-handler.
The folder can be obtained with the GetSharedFolder method.
For this we need the name of the person whose calendar is shared.
Kind regards,
Sven Nabuurs