/calendars/{calendarId}/events/watch
POST
/calendars/{calendarId}/events/watch
events
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.googleapis.com/calendar/v3/calendars//events/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
Path Params
calendarId
string
required
Query Params
alwaysIncludeEmail
string
optional
eventTypes
array[string]
optional
iCalUID
string
optional
maxAttendees
integer
optional
maxResults
integer
optional
orderBy
string
optional
pageToken
string
optional
privateExtendedProperty
array[string]
optional
q
string
optional
sharedExtendedProperty
array[string]
optional
showDeleted
string
optional
showHiddenInvitations
string
optional
singleEvents
string
optional
syncToken
string
optional
There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.
Learn more about incremental synchronization.
Optional. The default is to return all entries.
timeMax
string
optional
timeMin
string
optional
timeZone
string
optional
updatedMin
string
optional
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47