/calendars/{calendarId}/acl/{ruleId}
PATCH
/calendars/{calendarId}/acl/{ruleId}
acl
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://www.googleapis.com/calendar/v3/calendars//acl/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"etag": "string",
"id": "string",
"kind": "calendar#aclRule",
"role": "string",
"scope": {
"type": "string",
"value": "string"
}
}
Request
Path Params
calendarId
string
required
ruleId
string
required
Query Params
sendNotifications
string
optional
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47