Create a new ACL rule

POST {{baseUrl}}/calendars/:calId/acl

Creates an access control list rule.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: HEAVY

Request Body

{"role"=>"none", "scope"=>{"type"=>"default"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"role":"freeBusyReader","scope":{"type":"default"},"kind":"calendar#aclRule","etag":"\u003cstring\u003e","id":"\u003cstring\u003e"}