Hello!

I'm using the java client data api for mange google calendar.

I got the follow error when I try to share a calendar with others
users:

[Line 1, Column 1650, element atom:entry] Required extension element
http://schemas.google.com/acl/2007:scope not found.

follow my source:

URL aclUrl = new URL("http://www.google.com/calendar/feeds/
[EMAIL PROTECTED]/acl/full");
CalendarService calendarService = new CalendarService("lala123");

AclEntry chefe = new AclEntry();
AclScope scope = new AclScope(AclScope.Type.USER,
"[EMAIL PROTECTED]");
chefe.setScope(scope);
chefe.setRole(CalendarAclRole.READ);
calendarService.insert(aclUrl, entry);

Any idea will be welcome!

Thanks!
Diego

--~--~---------~--~----~------------~-------~--~----~
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