How to extract outlook calendar data.

Status
Not open for further replies.
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
 
With the Redemption library (www.dimastr.com) you can read the data very

fast. There's a lot of help and code examples on the website. See the

MapiTable object.

Best regards

Michael Bauer

Am Tue, 19 Jan 2010 21:14:01 -0800 schrieb 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
 
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.

Sue Mosher

"Sindhura" <Sindhura> wrote in message

news:83D21782-06E7-482B-9A72-A337A7561321@microsoft.com...
> 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
 
You might also want to look into RDOFolder2.GetActivitiesForTimeRange

(http://www.dimastr.com/redemption/rdo/RDOFolder.htm#rdofolder2) and

RDOAddressEntry.FreeBusyList

(http://www.dimastr.com/redemption/rdo/RDOAddressEntry.htm)

Dmitry Streblechenko (MVP)

-

"Michael Bauer " <mb@mvps.org> wrote in message

news:1l3g8bnvhmas5$.1si7kl65ai1a9.dlg@40tude.net...

> With the Redemption library (www.dimastr.com) you can read the data very
> fast. There's a lot of help and code examples on the website. See the
> MapiTable object.

> > Best regards
> Michael Bauer
>

>

> Am Tue, 19 Jan 2010 21:14:01 -0800 schrieb 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
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Unable to extract text from an Outlook email message Using Outlook 2
N Extract Outlook emails to excel Outlook VBA and Custom Forms 2
M Extract all links from Outlook email, send to Excel Using Outlook 2
T Extract Data From Outlook Tasks Using Outlook 0
T Extract Data From Outlook Tasks Using Outlook 0
K Extract email address from body and auto-reply outlook Using Outlook 1
R Trying to extract information between two symbols from outlook subject Using Outlook 2
E Extract excel files from outlook Outlook VBA and Custom Forms 2
K extract certain text from an Outlook Email Message Outlook VBA and Custom Forms 2
M HELP--Extract Data from 2003 outlook transfer to excel spreadsheet Using Outlook 1
M VBA Code to extract data from an Outlook Form Using Outlook 0
M HELP - Can't open outlook... How can I extract my Emails that I had in folders Using Outlook 3
R Saving Outlook Email As Text File Extract Outlook VBA and Custom Forms 2
? outlook attachment Extract File ??? Outlook VBA and Custom Forms 1
C Wishlist Extract or scan new email addresses from out of office replies. Leads from OOO replies Using Outlook 1
D ISOmacro to extract active mail senders name and email, CC, Subject line, and filename of attachments and import them into premade excel spread sheet Outlook VBA and Custom Forms 2
M Extract "Date sent" from emails (saved to folder using drag and drop) Outlook VBA and Custom Forms 1
T vba extract data from msg file as attachment file of mail message Outlook VBA and Custom Forms 1
S Macro to extract and modify links from emails Outlook VBA and Custom Forms 3
S Macro to extract email addresses of recipients in current drafted email and put into clipboard Outlook VBA and Custom Forms 2
C Macro to extract sender name & subject line of incoming emails to single txt file Outlook VBA and Custom Forms 3
V extract users of a particular department Outlook VBA and Custom Forms 1
J Outlook 2013 Extract Flag Completed dates to Excel Macro Outlook VBA and Custom Forms 16
S How to extract mail items from multiple folders and shared mailboxes? Outlook VBA and Custom Forms 0
K Extract email to excel from a specific sender Outlook VBA and Custom Forms 3
O VBA to extract email (fields and body) to Excel Outlook VBA and Custom Forms 14
P Recover / Extract Rules from standalone PST file creating RWZ file Using Outlook 2
B Extract Dates for Appointment Item in Body of email Outlook VBA and Custom Forms 10
D Need to extract a line from a word attachment, and add it to the subject line Outlook VBA and Custom Forms 3
D VBA Script to extract text matching specific criteria Outlook VBA and Custom Forms 1
M Extract text in existing message body for use in newmail items Using Outlook 17
M Extract attachments with a script Using Outlook 0
H Extract emails from Outlokk 2007 email body Using Outlook 0
K Extract Global Address List Using Outlook 1
N Programming to extract automatically extract attachments Outlook VBA and Custom Forms 3
N How to extract date and time stamp from messsages Outlook VBA and Custom Forms 6
V Extract Subject,Sent From, Message from mailbox to Excel Outlook VBA and Custom Forms 5
S Automatically extract attachments? Outlook VBA and Custom Forms 1
I How to extract email addresses from TO or CC line of a particular email Outlook VBA and Custom Forms 2
e_a_g_l_e_p_i Question about Outlook 2021 and Gmail Using Outlook 8
J Outlook VBA to send from Non-default Account & Data Files Outlook VBA and Custom Forms 2
P Limited Support for 3rd Party Mail in new Outlook? Using Outlook 1
O Any 3rd party tool that sync (mirror) from Outlook Calendar to Google Calendar? Using Outlook 5
T Outlook is categorizing emails incorrectly Using Outlook 1
R Legacy Outlook on Mac Email Cache Using Outlook 0
A Outlook can't remember outlook.com, Exchange password. Using Outlook 3
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
H Force Outlook 2019 with GMail 2-Step to Require Login? Using Outlook 0
G Retaining Tabs in outlook body Using Outlook 2
V Setting up Outlook 2021 on new computer Using Outlook 2

Similar threads

Back
Top