When breaking a single item from a recurrence to change some property on it (say the time). The calendar feed will return two items for that event. For example create an item that recurs for one week at 10 a.m.. Change the item on Wednesday to start at 11 a.m. and when saving be sure to only save that item. Then the feed for Wednesday will list that event twice, both occurring at 11 a.m. If you where to change Wednesday's event's name, the other event will in the feed for Wednesday would not change.
The two feed item's both have the same Uid, but one item will have an Original Event set. The one with the original event set seems to be the item displaying in the Google Calendar interface since change the event's title for that event in the feed. So I can work around this, but I have to process every item in the feed looking for an item with an original event set for the same id and time. Is this how this is supposed to work? -- 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
