So is there an API (python) that is able to pull the user, visibility, and projection data from a uri?
For instance it's easy to get a calendar uri from the allcalendars feed using the GetAllCalendarsFeed() API. Then easy to get the alternate uri from a single calendar using cal.GetAlternateLink().href. So now I have to write my own regex to parse out the user from the uri. I want to use CalendarEventQuery() but it doesn't take a feed argument (even though the documentation says it does). I wish it was like GetCalendarEvenFeed() which can take the uri as is without having to break out 'user', 'visibility', 'projection' args. On Aug 13, 10:19 am, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Jonathan, > > When you create a CalendarEventQeury you can specify the calendar ID > in the 'user' parameter (which defaults to "default" to get the user's > primary calendar). You can find a calendar's ID on the calendar > settings page or in the owncalendars and allcalendars feeds. > > Cheers, > Lane > > On Aug 13, 8:34 am, Jonathan Ellis <[EMAIL PROTECTED]> wrote: > > > I'm using the Python API and I'd like to just list events on a single > > calendar. There don't seem to be any query-generation methods on the > > objects returned by GetOwnCalendarsFeed, nor does restricting to a > > calendar appear to be an option toCalendarEventQuery. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
