Can we update ACL for multiple users in one single transaction (i.e single HTTP POST to server). Following is the XML i am sending for updating the server for ACL rules for two users..But i am getting Bad Request 400.
<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='user' value = '[EMAIL PROTECTED]'></gAcl:scope> <gAcl:role value='http:// schemas.google.com/gCal/2005#editor'></gAcl:role><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> Please help --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
