Hi Johan, This is great news, as I'd need the exact same functionality.
Could you please clarify how to perform the actual download, though? I'm able to authenticate successfully with ClientLogin with a CalendarService instance, but using a GDataRequest to access the .ics-URL gives a 404 Not Found. The same actually happens using a regular browser having logged into the service, and accessing the same URL. Should the URL work with authenticated clients even though the calendar isn't set public? Any pointers greatly appreciated, - Jarno On Thursday, July 7, 2011 3:03:35 PM UTC+3, Johan Euphrosine wrote: > > Hi Dimitrios, > > You should be able to perform an HTTP GET to the following url > https://www.google.com/calendar/ical/calendarID/public/basic.ics > > You can get a list of the calendar ids throught the GData API: > > http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#RetrievingCalendars > > Hope that help. > -- 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://code.google.com/apis/calendar/community/forum.html
