I found another problem with extended properties, you can't delete them. In this case I was trying to delete them from an EventEntry object. Based on my testing, they are removed from the ExtensionElements ArrayList but the XML that gets generated on the call to Update still contain the deleted properties.
-Todd On Jun 20, 10:52 am, Todd <[EMAIL PROTECTED]> wrote: > Issue 139. > > Thanks. > > On Jun 20, 3:34 am, Frank Mantek <[EMAIL PROTECTED]> wrote: > > > okdokie. To make sure i fix the right thing, if you would be so kind to: > > > -> zip up a test project that exhibits the issue. Leave user/pwd to > > john/whatever - this is certainly not account depending. > > > Upload it here: > > >http://code.google.com/p/google-gdata/issues/list > > > And i will debug it soon.... > > > TiA > > > Frank Mantek > > Google > > On Jun 19, 2008, at 8:43 PM, Todd wrote: > > > > Looks like it's option A, the XML is missing the extended properties. > > > > On Jun 18, 10:51 pm, Frank Mantek <[EMAIL PROTECTED]> wrote: > > >> "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 -~----------~----~----~----~------~----~------~--~---
