5 messages in com.googlegroups.google-calendar-help-dataapiRe: Problems updating events
FromSent OnAttachments
Ciaran25 Oct 2006 23:43 
Kyle Marvin26 Oct 2006 03:34 
Kyle Marvin26 Oct 2006 03:35 
Ciaran28 Oct 2006 12:41 
Kyle Marvin30 Oct 2006 09:16 
Subject:Re: Problems updating events
From:Kyle Marvin (kmar@google.com)
Date:10/26/2006 03:35:34 AM
List:com.googlegroups.google-calendar-help-dataapi

Apologies, that's "gsessionid" :)

I'm not sure if it is the cause of your problem, but the session id parameter is "gessionid", not "gsession". Give that a try and see if it helps,

On 10/26/06, Ciaran <c.j.@acm.org> wrote:

Searhcing the forum found some similar problems but no solutions, so here goes...

I'm trying to update an existing event with my roll-you-own php library. I'm POSTing (with PUT override to the url from the <link rel=edit> tag, with the session id appended. So my url looks like this:

http://www.google.com/calendar/feeds/mjsuf1h3keda23vr4ohdkfn...@group.calendar.google.com/private/full/31ir1ha@

And I get back:

400 Invalid Request URI

So what am I doing wrong? Is the problem with the URL itself or what I'm posting?