Google Calendar
GOOGLECALENDAR_SETTINGS_LIST
Returns all user settings for the authenticated user.
Remote googlecalendar
Other tools also called GOOGLECALENDAR_SETTINGS_LIST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"pageToken": {
"type": [
"string",
"null"
],
"default": null,
"description": "Token specifying which result page to return."
},
"syncToken": {
"type": [
"string",
"null"
],
"default": null,
"description": "Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. 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."
},
"maxResults": {
"anyOf": [
{
"type": "integer",
"maximum": 250,
"minimum": 1
},
{
"type": "null"
}
],
"default": null,
"description": "Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries."
}
}
}