Access iCalendar UID (after it's on your calendar) from VB?


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA RSS
Next:  Outlook 2007 - Code in ThisOutlookSession Stops W..  
Author Message
scott.heckel
External


Since: Aug 07, 2007
Posts: 1



PostPosted: Tue Aug 07, 2007 2:31 pm    Post subject: Access iCalendar UID (after it's on your calendar) from VB?
Archived from groups: microsoft>public>outlook>program_vba (more info?)

After creating an iCalendar file and adding it to my calendar. Is
there a way to retrieve the iCalendar's UID from within VB? I looked
in Outlook Spy and didn't notice my UID field anywhere in the
appointment. I'm assuming Outlook must have a way to either store it
or translate the UID to their appointment id field as Outlook can
obviously update previously entered iCalendar appointments.

A search of the internet and this group found me a post by Hoffman,
but he was never answered.

http://groups.google.com/group/microsoft.public.outlook.program_vba/br...e_threa
Back to top
Eric Legault [MVP - Outlo
External


Since: Aug 08, 2006
Posts: 367



PostPosted: Wed Aug 08, 2007 8:12 am    Post subject: RE: Access iCalendar UID (after it's on your calendar) from VB? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The UID value is stored in a binary MAPI property that you can see using
OutlookSpy:

Tag num: 0x80370102
Tag sym: 0x8037
DASL name:
http://schemas.microsoft.com/mapi/id/{6ED8DA90-450B-101B-98DA-00AA003F1305}/00030102

You will need to use CDO, Outlook 2007 or Redemption to access that property.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"scott.heckel@gmail.com" wrote:

> After creating an iCalendar file and adding it to my calendar. Is
> there a way to retrieve the iCalendar's UID from within VB? I looked
> in Outlook Spy and didn't notice my UID field anywhere in the
> appointment. I'm assuming Outlook must have a way to either store it
> or translate the UID to their appointment id field as Outlook can
> obviously update previously entered iCalendar appointments.
>
> A search of the internet and this group found me a post by Hoffman,
> but he was never answered.
>
> http://groups.google.com/group/microsoft.public.outlook.program_vba/br...e_threa
>
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum