3 messages in com.googlegroups.google-calendar-help-dataapiRe: Python API re-occuring events
FromSent OnAttachments
r....@campbell-lange.net31 Mar 2008 07:54 
Austin (Google)31 Mar 2008 10:04 
r....@campbell-lange.net31 Mar 2008 10:13 
Subject:Re: Python API re-occuring events
From:r....@campbell-lange.net (supp@campbell-lange.net)
Date:03/31/2008 10:13:24 AM
List:com.googlegroups.google-calendar-help-dataapi

I think thats exactly what I need.

Thanks for the help!

Sebastian

On Mar 31, 6:04 pm, "Austin (Google)" <api.@google.com> wrote:

Hi,

I think I know what you are referring to. Do you have a recurring series which has instances of the series that are deleted? If this is the case, the deleted instances would still appear because they are essential information relative the original recurring series (as exceptions).

You can set the singleevents=true on the feed URL and check explicitly for the gd:eventStatus element to see if it has value of "http://schemas.google.com/g/2005#event.confirmed" to return out only un-deleted events.

Hope it helps, Austin

On Mon, Mar 31, 2008 at 7:54 AM, r.@campbell-lange.net

<supp@campbell-lange.net> wrote:

Hi all,

I am using the Python implementation of the Google Calendar API to pull feeds from our calendar. I have noticed that re-occurring events will show in a calendar feed, even if said event has been cancelled for a given week. Is this happening to anyone else? Is there a way to stop this from happening or are we simply doing something wrong?

Thank-you for your time.

Kind regards,