List all user calendar settings of the authenticated user
GET {{baseUrl}}/calendars/users/:userIdentifier/settings?maxResults=<integer>&pageToken=<string>
Returns all user settings for the authenticated user.
Scopes:
calendar:read
,
calendar:read:admin
Rate Limit Label
:
MEDIUM
Request Params
| Key | Datatype | Required | Description |
| maxResults
| string | | The maximum number of entries returned on one result page. |
| pageToken
| string | | The token that specifies which result page to return. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"kind":"\u003cstring\u003e","etag":"\u003cstring\u003e","nextPageToken":"\u003cstring\u003e","items":[{"id":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","value":"\u003cstring\u003e"}]}