acl
Overview
Name | acl |
Type | Resource |
Id | googleworkspace.calendar.acl |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Identifier of the Access Control List (ACL) rule. See Sharing calendars. |
kind | string | Type of the resource ("calendar#aclRule"). |
role | string | The role assigned to the scope. Possible values are: - "none" - Provides no access. - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs. |
scope | object | The extent to which calendar access is granted by this ACL rule. |
etag | string | ETag of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | calendarId, ruleId | Returns an access control rule. |
list | SELECT | calendarId | Returns the rules in the access control list for the calendar. |
insert | INSERT | calendarId | Creates an access control rule. |
delete | DELETE | calendarId, ruleId | Deletes an access control rule. |
patch | EXEC | calendarId, ruleId | Updates an access control rule. This method supports patch semantics. |
update | EXEC | calendarId, ruleId | Updates an access control rule. |
watch | EXEC | calendarId | Watch for changes to ACL resources. |