11 messages in com.googlegroups.google-calendar-help-dataapiRe: detecting deleted events
FromSent OnAttachments
helge28 Feb 2008 08:02 
aaro...@gmail.com28 Feb 2008 09:51 
Austin (Google)28 Feb 2008 11:04 
Austin (Google)28 Feb 2008 11:11 
helge28 Feb 2008 14:32 
helge28 Feb 2008 14:33 
Ray Baxter28 Feb 2008 15:46 
helge29 Feb 2008 04:51 
helge06 Mar 2008 01:56 
dwl10 Mar 2008 21:00 
helge14 Mar 2008 05:45 
Subject:Re: detecting deleted events
From:Ray Baxter (ray.@gmail.com)
Date:02/28/2008 03:46:10 PM
List:com.googlegroups.google-calendar-help-dataapi

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