I'm working on my own PHP functions to add/delete events and get feeds. My problem is that I cannot access shared, non-primary calendars without using a magic cookie. After I authorize, I can add, delete, and request feeds from the primary (default) calendar without a problem. If I try changing the url address to one of the shared calendars (with the funky email address inserted instead of 'default'), I get a correct 302 message with new gsessionid:
HTTP/1.1 302 Moved Temporarily Set-Cookie: S=calendar=rT8DQ3S6yCU Location: http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private/full?gsessionid=rT8DQ3S6yCU Cache-control: private Content-Length: 0 Date: Thu, 18 May 2006 04:20:10 GMT Content-Type: text/html Server: GFE/1.3 Then after redirecting, that url no longer works, and I get a 500 error! HTTP/1.1 500 Internal Server Error Content-Type: text/html;charset=iso-8859-1 Cache-control: private Transfer-Encoding: chunked Date: Thu, 18 May 2006 04:20:11 GMT Server: GFE/1.3 nnCoection: Close Anyone have any ideas? I can't seem to do anything to make this work for the shared calendars. Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
