Methods such as CalendarEventQuery can take a uri. The default is: "/calendar/feeds/default/private/full
but you can pass in something different: "/calendar/feeds/[email protected]/private/full" Ray On Wed, Oct 28, 2009 at 10:43 PM, dekekun <[email protected]> wrote: > > Hi, > > We're trying to build a small gcal parser. We have a number of > calendars (all owned by a super-user in our perms), around 15, but > only care about 8 or so, so we need the python interface to be able to > be pointed at a specific calendar and retrieve the full details of > events based on a date range. > > At the moment i can: > -retrieve the default calendar for the user I auth as, unfortunately > we don't use the default calendars at all > -show a list of all the calendars I have perms for, which includes the > ones we're interested in > -retrieve from the default calendar based on a date range > > I can't find anywhere in the API which lets you specify WHICH calendar > you want to pull from other than the default. I've even read through > the service.py part of the gdata interface, and I can't even see in > the methods where you would tell it which calendar you're working > with. > > Can anyone help me out with this? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
