Click to See Complete Forum and Search --> : Outlook Calendar


beruken
September 14th, 2001, 12:47 PM
I am trying to connect to multiple users calendars and export the free/busy information to excel. Does anyone have any experience with this? I need to understand how to connect to exchange server and should I use mapi or CDO? Are the individual calendar features available to access by code?

srinika
September 16th, 2001, 10:14 PM
The only thing that u have to have is a user account which is having priviledges to access other's mail boxes in the exchange server.
U can use either outlook object model or MAPI or CDO. Latest (and less documented) one is CDO, but is much powerful.
U have to use properties & Methods of the AppointmentItem Object to find the information u need.All the calendar features r accessible by the code.
For help go to the AppointmentItem Object(exactly same as I typed) in MSDN
Good Luck
Srinika