On Thu, Feb 28, 2008 at 2:32 PM, helge <helg...@googlemail.com> wrote:
How do I detect that an event in the result set returned by the feed
is a deleted one? Is that somewhere in the API reference? (just had
another glimpse and still couldn't find it).
In addition to the API reference you probably need the GData reference:
http://code.google.com/apis/gdata/elements.html
Looking over the result the only thing which comes somewhat close is
the 'cancelled' state, but semantically thats not really the same
thing like 'deleted'?
<gd:eventStatus
value="http://schemas.google.com/g/2005#event.canceled"/>
Is 'cancelled' only used for deleted events? (or also in other
situations, like cancelled meetings?).
The only values for eventStatus are canceled, confirmed and tentative.
This is documented here:
http://code.google.com/apis/gdata/elements.html#gdEventStatus
Ray