Google Calendar
gcal_query_freebusy
Check availability (free/busy) for one or more calendars within a time range. Useful for finding meeting times.
Remote node2flow/google-calendar
Other tools also called gcal_query_freebusy?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"time_max": {
"type": "string",
"description": "End of the time range in RFC 3339 format (e.g., \"2026-03-15T18:00:00Z\")"
},
"time_min": {
"type": "string",
"description": "Start of the time range in RFC 3339 format (e.g., \"2026-03-15T08:00:00Z\")"
},
"time_zone": {
"type": "string",
"description": "Time zone for the response (e.g., \"America/New_York\")"
},
"calendar_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Calendar IDs to check availability for (e.g., [\"primary\", \"[email protected]\"])"
}
}
}