Hi, You need to set showdeleted=true query parameter with your feed request. By default, deleted events are not shown, this parameter enables the feed to contain both active and deleted events. And once you get the feed back, you need to look at each event entry to check for <gd:eventstatus> element to see if the event is cancelled.
http://code.google.com/apis/gdata/elements.html#gdEventStatus Hope it helps, Austin On Sat, Aug 30, 2008 at 3:52 PM, daniel <[EMAIL PROTECTED]>wrote: > > Hi, > > I am finishing up a bit o glue code that will make ical (and later > address book) on the mac sync to google. for this I need to know, how > I can find out which events where deleted since I last looked. to > filter out recenbt updates I use the setUpdatedMin method of the > query, and to get deleted events i use showDeleted:YES. But how do I > find out which events where actually deleted? Right now it seems I > either get both (just modified and deleted) or none. And there is no > way of asking the event wether it was deleted, or is there? > > Thanks for any help :). > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
