Hi, I need to download my private google calendar in a client calendar application. I get the authorization token from google calendar API (ClientLogin), then I send a http get request to this address:
http://www.google.com/calendar/ical/[EMAIL PROTECTED]/private/basic.ics and I add in the header of the request the authorization token: headers["authorization"]='GoogleLogin auth=' + authorization token But I get this error: Error #2032: Stream Error. URL: http://www.google.com/calendar/ical/my-username/private/basic.ics?0.20981540344655514 Thanks, -Maryam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
