That should probably be fixed in http://code.google.com/apis/calendar/developers_guide_protocol.html#AddAcl since I copied that exactly from example code.
Thanks! --Brian On Oct 25, 7:18 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > Hi Brian, > > Try qualify the root element in your XML with namespace for atom and > gAcl, <entry> element should look like this: > > <entry xmlns='http://www.w3.org/2005/Atom'xmlns:gAcl='http:// > schemas.google.com/acl/2007'> > > Hope it helps, > Austin > > On Oct 25, 3:47 pm, Brian <[EMAIL PROTECTED]> wrote: > > > I am posting exactly the following > > tohttp://www.google.com/calendar/feeds/MYCAL/acl/full: > > > <entry> > > <category scheme='http://schemas.google.com/g/2005#kind' > > term='http://schemas.google.com/acl/2007#accessRule'/> > > <gAcl:scope type='user' value='[EMAIL PROTECTED]'></gAcl:scope> > > <gAcl:role > > value='http://schemas.google.com/gCal/2005#editor'> > > </gAcl:role> > > </entry> > > > And after redirecting for the gsessionid (reposting the same entry), I > > get the following response: > > > HTTP/1.1 400 Bad Request > > Content-Type: text/plain; charset=UTF-8 > > Transfer-Encoding: chunked > > Cache-control: private > > Date: Thu, 25 Oct 2007 22:43:37 GMT > > Server: GFE/1.3 > > > gAcl:scope not specified > > > Any clues as to what I am screwing up? > > > Thanks, > > Brian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
