A url like http://www.google.com/calendar/feeds/default/private/full
will gets you the default calendar. If you want a different calendar, change "default" to the id of the calendar that you would like. This is well documented in the Calendar API Reference http://code.google.com/apis/calendar/docs/2.0/reference.html where unfortunately the calendar id is called the user id. Ray On Sun, Jul 12, 2009 at 7:39 AM, Josir <[email protected]> wrote: > > Hi Johann, I have the same doubt. > Did you find how to solve it? > > Josir > > > On 10 jul, 15:15, horvatj <[email protected]> wrote: > > If I use this: > > > > URL feedUrl = new URL("http://www.google.com/calendar/feeds/default/ > > private/full"); > > I'll only get a feed to my standard calendar. > > > > How may I access my other (private) calendars to get > > CalendarEventEntries from there? > > > > Thanks in advance, > > Johann > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
