Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am writing an Outlook add-in which sync's with Google calendar.
EventID of Outlook calendar is in binary format that I can convert
into HEX string (contains characters between 0-9/A-F).

I wanted to know whether Google calendar eventID is HEX string or not? So that I can directly store Outlook calendar eventID in Google calendar and vice-versa.
If not, then my alternative approach would be to save outlook binary eventID to Google calendar event.

So, is there any reserved field or custom field wherein this kind of eventID can be stored? I am using Google .NET client library to interact with Google calendar.

Regards,
Anshh
Posted
Updated 21-Jun-10 1:52am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900