Skip to main content
Find available time slots in calendar

Tool details

FieldValue
Namecalendar:find-free-time
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "timeMin": {
      "type": "string",
      "description": "Start of window (RFC3339)"
    },
    "timeMax": {
      "type": "string",
      "description": "End of window (RFC3339)"
    },
    "items": {
      "type": "array",
      "description": "Array of {id: calendarId} to check"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "timeMin",
    "timeMax",
    "items"
  ],
  "description": "Input schema for the calendar:find-free-time tool."
}

Output schema

This tool does not publish an output schema.