Hi.
I know how t change the Acl role for calendars on [email protected]
account. But, i have also a domain account:
[email protected] which is registered on google.
So, which URL i have to use to make some of my calendars (on domain)
to be public?

For my [email protected] account i use next URL:
"http://www.google.com/calendar/<calendar_id>/acl/full" with the next
code:

AclEntry entry = new AclEntry();
             entry.setScope(new AclScope(AclScope.Type.DEFAULT,
null));
             entry.setRole(CalendarAclRole.NONE);

and it works ok.

But for my domain app - it does not update AcL.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to