/calendars/{calendarId}/acl
GET
/calendars/{calendarId}/acl
acl
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.googleapis.com/calendar/v3/calendars//acl'
Response Response Example
{
"etag": "string",
"items": [
{
"etag": "string",
"id": "string",
"kind": "calendar#aclRule",
"role": "string",
"scope": {
"type": "string",
"value": "string"
}
}
],
"kind": "calendar#acl",
"nextPageToken": "string",
"nextSyncToken": "string"
}
Request
Path Params
calendarId
string
required
Query Params
maxResults
integer
optional
pageToken
string
optional
showDeleted
string
optional
syncToken
string
optional
If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
Learn more about incremental synchronization.
Optional. The default is to return all entries.
Responses
Modified at 2023-08-15 05:59:47