On Aug 29, 2008, at 7:06 AM, dave111 wrote:
> > Most of the time when i try to post to a non-default calendar in PHP > it gives me this error: > .... (Stack trace deleted.) > If i edit the GData/App.php file (line 445) to output the response > directly, instead of throwing an error, it's showing a temporarily > moved page pointing to: > > http://www.google.com/calendar/feeds/[EMAIL > PROTECTED]/private/full?gsessionid=KVcxzDvAnhUOnptylOYW0A > (Seems to be adding a session id on the end, and the system seems to > be crapping out because of this redirect) This is the way that Google calendar works, it often will redirect your request to another url, which is the same url with a gsessionid appended. Your stack trace indicates that this is being handled properly by the code. There are two calls to Zend_Gdata_App->post. The second call, from line 459 is handling the redirect. If you could show us the exact changes that you made to Zend (including line numbers) and the perhaps capture the data that you are posting, perhaps we could figure out your problem. Ray -- Ray Baxter [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
