Yea the changes are persisted online, but for some reason I'm not getting 
the updated events. Am I forming my query wrong? I pass it this:

    query = gdata.calendar.client.CalendarEventQuery()
>     query.orderby = 'starttime'
>     query.sortorder = 'a'
>     query.futureevents = 'true'
>     query.max_results = 6
>     query.ctz = 'America/Chicago'
>     feed = client.GetCalendarEventFeed(q=query)


-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to