Is it possible to add Extended Properties to the CalendarEntry object using the .NET client library? I can add extended properties to events, but when I do the same with a calendar the properties don't get saved. Here's my code:
ExtendedProperty test = new ExtendedProperty(); test.Name = CalendarManager.PROP_PREFIX + "group"; test.Value = name; masterCal.ExtensionElements.Add(test); masterCal.Update(); 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 -~----------~----~----~----~------~----~------~--~---
