On Tue, Sep 30, 2008 at 11:10 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I don't know how to explain this, so I will try to explain it in the > best way. > > I've created an event with duration of 1 day, then I repeat it every 1 > day until 3 days more. So I get the following. > > Day I - Day II - Day III > Event - Event - Event > > I erased the event in day II, so I obtain: > > Day I - Day II - Day III > Event - - Event > > However, the feed for this calendar returns a item for this event with > the field When with the dates for Day I and III in separate (Array [0] > and [1]) and that it's correct. But I'm also getting the event for the > day II which I erased! > > So my question is that this is a bug, or I have to check if the event > has status 'published' or 'confirmed' or something like that. > > In case you are wondering, I have to manage the event in the way > described before for support irregular repeat of event days (for > example: Mon, Thu and Fri and other very annoying days!). > > I would be very happy with any answer! > > Thanks
Yes, you need to check the event's <gd:eventStatus> to see whether the event actually exists or not. If it doesn't exist, it will be set to http://schemas.google.com/g/2005#event.canceled. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
