I'd appreciate knowing how to retrieve ExtendedProperties for a
calendar event (I believe I've set them without problems).

My code is staggeringly simple (and is used successfully in my code
for Google Contacts)

foreach (EventEntry entry in calFeed.Entries)
                {
                    ExtensionCollection<ExtendedProperty> epList = new
ExtensionCollection<ExtendedProperty>();
                    epList = entry.ExtendedProperties;
                    // do stuff

But EventEntry doesn't have an ExtendedProperties property. So, what
am I missing? Is my assumption that the Events code should look
remarkably like my Contacts code completely naive? Thanks.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to