/users/me/settings/watch
POST
/users/me/settings/watch
settings
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.googleapis.com/calendar/v3/users/me/settings/watch' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"address": "string",
"expiration": "string",
"id": "string",
"kind": "api#channel",
"params": {
"property1": "string",
"property2": "string"
},
"payload": true,
"resourceId": "string",
"resourceUri": "string",
"token": "string",
"type": "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.
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47