I know when create calendar can add other users to sharing my calendar.But
now I want to implement different users sharing my different events in the
same calendar.Can it implement in Java ? If can,how to compile by code?
//CalendarEventEntry class no getAclFeedLink() method?
public AclEntry addAclRole(CalendarService service,CalendarEventEntry
entry,AclRole role, AclScope scope){
AclEntry aclEntry = new AclEntry();
aclEntry.setRole(role);
aclEntry.setScope(scope);
return service.insert(new URL(entry.getAclFeedLink().getHref()),
aclEntry);
}
Thank you very much!
--
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://code.google.com/apis/calendar/community/forum.html