Skip to main content

acl

Overview

Nameacl
TypeResource
Idgoogleworkspace.calendar.acl

Fields

NameDatatypeDescription
idstringIdentifier of the Access Control List (ACL) rule. See Sharing calendars.
kindstringType of the resource ("calendar#aclRule").
rolestringThe 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.
scopeobjectThe extent to which calendar access is granted by this ACL rule.
etagstringETag of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcalendarId, ruleIdReturns an access control rule.
listSELECTcalendarIdReturns the rules in the access control list for the calendar.
insertINSERTcalendarIdCreates an access control rule.
deleteDELETEcalendarId, ruleIdDeletes an access control rule.
patchEXECcalendarId, ruleIdUpdates an access control rule. This method supports patch semantics.
updateEXECcalendarId, ruleIdUpdates an access control rule.
watchEXECcalendarIdWatch for changes to ACL resources.