/users/me/settings
GET
/users/me/settings
settings
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.googleapis.com/calendar/v3/users/me/settings'
Response Response Example
{
"etag": "string",
"items": [
{
"etag": "string",
"id": "string",
"kind": "calendar#setting",
"value": "string"
}
],
"kind": "calendar#settings",
"nextPageToken": "string",
"nextSyncToken": "string"
}
Request
Query Params
maxResults
integer
optional
pageToken
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