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:
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?