Google Super
GOOGLESUPER_FREE_BUSY_QUERY
Returns free/busy information for a set of calendars.
Remote googlesuper
Other tools also called GOOGLESUPER_FREE_BUSY_QUERY?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"title": "FreeBusyQueryItem",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The identifier of a calendar or a group."
}
}
},
"title": "Items",
"description": "List of calendars and/or groups to query."
},
"timeMax": {
"type": "string",
"title": "Time Max",
"format": "date-time",
"description": "The end of the interval for the query formatted as per RFC3339."
},
"timeMin": {
"type": "string",
"title": "Time Min",
"format": "date-time",
"description": "The start of the interval for the query formatted as per RFC3339."
},
"timeZone": {
"type": "string",
"title": "Time Zone",
"default": null,
"nullable": true,
"description": "Time zone used in the response. Optional. The default is UTC."
},
"groupExpansionMax": {
"type": "integer",
"title": "Group Expansion Max",
"default": null,
"nullable": true,
"description": "Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100."
},
"calendarExpansionMax": {
"type": "integer",
"title": "Calendar Expansion Max",
"default": null,
"nullable": true,
"description": "Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50."
}
}
}