Hi Pete, I think the composite projection is what you're looking for: http://code.google.com/apis/calendar/reference.html#Projection
This contains a feed with entries representing each event. The recurring event (parent) should contain multiple gd:recurrenceException elements-- each with a child entry. Try retrieving this and examining the XML: http://www.google.com/calendar/feeds/default/private/composite Cheers, -Ryan On Jul 18, 7:48 am, infopete <[EMAIL PROTECTED]> wrote: > If you have a recurring entry in Google and manualy move a single > entry you end up with a new entry for the changed event. > > This new entry has a link back to the original event and it's updated > value is modified. > > The parent "times" are modified to reflect the change but the updated > date/time is not changed. > > Is there anyway by looking at the original event only to tell if there > are "child" events? > > regards > > Pete > [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
