Could somebody confirm whether Google Calendar apis support the handling of
group permissions? I've tried assiging such permissions programmatically,
using an AclScope of type 'GROUP', but this does not work, as I get an error
message referring to an invalid scope. While Google docs supports this scope
with no trouble, I cannot find ANY information regarding the support for
this within Google calendar, so it would greatly appreciated if somebody can
clarify this for me. 
 
More details on the code (I'm using the Java client libraries)
 
entry = new AclEntry();

entry.setScope(new AclScope(AclScope.Type.GROUP, "u...@mydomain");

role = getServiceObject().getServiceRole(getRole()); // obtains the proper
(possibly service dependent) role name

entry.setRole(CalendarAclRole.READ);

service.insertEntry(entry, feedURL); // service is a CalendarService
instance that has been properly initialized

-Patricia
 
[email protected]
 

--

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