get_free_slots
Check a calendar for available time slots between specific dates. Provide calendar ID and date range to retrieve open slots.
Instructions
Get available time slots for a calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Filter by specific user ID | |
| endDate | Yes | End date in YYYY-MM-DD format | |
| timezone | No | Timezone for the slots (e.g., America/New_York) | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| calendarId | Yes | The calendar ID to check for free slots |