How to extract outlook calendar data.

S

Sindhura

Hi,
I want to extract the calender data (i.e the data of all the shared
calenders)

I am creating an Add-in for Outlook in Vb.net . I need to read the meetings
between a given duration from a shared calendar. I will give the shared
calendar names ( around 20) with time and i need to know which all calendars
and free and which all are busy at that specific time.
I already tried to read the calendars in a loop and its taking a lot of time
to read each calendar.so i wanted to know if there is a faster way of doing
this.

Can anyone let me know where does this data get stored and how to extract
the same.

I am using outlook 2003.

~ Sindhura
 
S

Sue Mosher [MVP]

In addition to Michael's suggestion, you might want to look at
http://www.outlookcode.com/article.aspx?id=30 for an explanation of the
logic needed to search over a date range. Also, if you need only free/busy
availability information and not the details of appointments, you can use
the Recipient.FreeBusy method.
 

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