googlecalendar__availability_find
ActiveTool of ai.duvera/gateway
declared in 1.0
[googlecalendar · risk:low] Find open time slots within a date range in Google Calendar
Parameters schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End of the search window in ISO 8601 format"
},
"start": {
"type": "string",
"description": "Start of the search window in ISO 8601 format"
},
"duration_minutes": {
"type": "number",
"description": "Desired slot length in minutes"
}
}
}Parent server
ai.duvera/gateway
1/7 registries