Hi
I have an EventEntry object I'm trying to modify. I want to add extended 
property there. The code looks like that:
item.ExtensionElements.Add(new ExtendedProperty(newItemID, "ItemID"));
item.Update();

After adding extended property I check item.ExtensionElements and see 
proper item. But after updating item I check ExtensionElements and see no 
item I've added. I get no exception, no error. 

Are there some limits on amount of extension elements? This event has 19 
items there and I add 20th. Can it be a case?

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to