2009/3/3 Kwame <[email protected]>: > > I'm trying to get/print data from one of my imported (secondary) > calendars, but I have been unable to find any documentation on how to > do this. The docs explain how to get all own calendars and how to also > get the secondary calendars, but not how to get "events" or other > attributes in those secondary calendars. Can anyone shine some light > in this please.
The calendar's event feed URL should be available via the <link rel="alternate" ...> element. You can use this to access the events for the calendar. In general, the format is: http://www.google.com/calendar/feeds/<calendar ID>/<visibility>/<projection> Where <visibility>/<projection> is usually private/full. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
