Hi SportsDev, The XML content needs to be specified with the namespace for gAcl and also the default namespace, your XML should look like this
<entry xmlns='http://www.w3.org/2005/Atom' xmlns:gAcl='http://schemas.google.com/acl/2007'> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/acl/2007#accessRule'/> <gAcl:scope type='default'></gAcl:scope> <gAcl:role value='http://schemas.google.com/gCal/2005#read'></ gAcl:role> </entry> Make sure you have posting to the right URL, it should be something like this http://www.google.com/calendar/feeds/default/acl/full Replace "default" with a calendar ID if it is a secondary calendar. Hope it helps, Austin On Oct 23, 10:09 am, SportsDev <[EMAIL PROTECTED]> wrote: > I'm having trouble setting <gAcl:scope type='default'/>. I get > "gAcl:scope not specified" when POSTing the following entry to the > Access Control feed: > > <entry> > <category scheme='http://schemas.google.com/g/2005#kind' > term='http://schemas.google.com/acl/2007#accessRule'/> > <gAcl:scope type='default'/> > <gAcl:role > value='http://schemas.google.com/gCal/2005#read'> > </gAcl:role> > </entry> > > I'm trying to create calendars that are shared with everyone. Am I > missing something? Thanks for your help. > > Don --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
