I currently get my calendar event feed through the python api's GetCalendarEventFeed(url) api, where url is '/calendar/feeds/ <calendar_id>/private/full'. Unfortunately, this function doesn't let me specify max_results, so the number of events returned is limited to the default (25, I believe).
It looks like in order to get more events, I need to construct a CalendarEventQuery, and then call CalenderQuery on my CalendarService (). This is all well and good, except I don't know how to specify a non-primary calendar for the query (I can't find a calendar_id parameter, or url parameter to pass this information). Is there something I'm missing? How can I get the entire feed for a non- primary calendar? Thanks! P.S. Is it possible to do something like call GetCalendarEventFeed in a loop to get all the events?
-- 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://groups.google.com/group/google-calendar-help-dataapi?hl=en.
