Creates an access control rule. Try it now .
Request
HTTP request
POST https://www.googleapis.com/calendar/v3/calendars/ calendarId /acl
Parameters
calendarId
string
primary
" keyword.sendNotifications
boolean
Authorization
This request requires authorization with at least one of the following scopes:
| Scope |
|---|
https://www.googleapis.com/auth/calendar
|
https://www.googleapis.com/auth/calendar.acls
|
For more information, see the authentication and authorization page.
Request body
In the request body, supply an Acl resource with the following properties:
role
string
- "
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. Provides read access to the calendar's ACLs. - "
owner" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to modify access levels of other users.
scope.
type
string
- "
default" - The public scope. This is the default value. - "
user" - Limits the scope to a single user. - "
group" - Limits the scope to a group. - "
domain" - Limits the scope to a domain.
default
", or public, scope apply to any user, authenticated or not. scope.
value
string
default
".Response
If successful, this method returns an Acl resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.

