"not getting saved" -> a) means the mastCal.Updated() is not creating an HTTP PUT request with Xml that indicates the extended property. You could verify this with Fiddlertool or other traffic capture programs
b) the Update() creates the correct xml, but the server does not save it ? Frank Mantek Google On Jun 18, 2008, at 9:24 PM, Todd wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
