Google Super
GOOGLESUPER_EVENTS_WATCH
Watch for changes to Events resources.
Remote googlesuper
Other tools also called GOOGLESUPER_EVENTS_WATCH?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"examples": [
"01234567-89ab-cdef-0123456789ab"
],
"description": "A UUID or similar unique string that identifies this channel."
},
"type": {
"type": "string",
"title": "Type",
"default": "web_hook",
"examples": [
"web_hook"
],
"description": "The type of delivery mechanism used for this channel."
},
"token": {
"type": "string",
"title": "Token",
"default": null,
"examples": [
"target=myApp-myCalendarChannelDest"
],
"nullable": true,
"description": "An arbitrary string delivered to the target address with each notification delivered over this channel. Optional."
},
"params": {
"type": "object",
"title": "EventsWatchRequestParams",
"default": null,
"nullable": true,
"properties": {
"ttl": {
"type": "string",
"title": "Ttl",
"default": null,
"nullable": true,
"description": "Time To Live for the notification channel."
}
},
"description": "Additional parameters controlling delivery channel behavior. Optional.",
"additionalProperties": false
},
"address": {
"type": "string",
"title": "Address",
"examples": [
"https://example.com/notifications"
],
"description": "The address where notifications are delivered for this channel."
},
"payload": {
"type": "boolean",
"title": "Payload",
"default": null,
"nullable": true,
"description": "A Boolean value to indicate whether payload is wanted. Optional."
},
"calendarId": {
"type": "string",
"title": "Calendar Id",
"examples": [
"primary"
],
"description": "Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the \"primary\" keyword."
}
}
}