ghl_get_free_slots
Find available appointment slots for a calendar within a defined date range. Use this to check open times before booking, preventing scheduling conflicts.
Instructions
Get available appointment slots for a calendar within a date range. Use this before booking to find open times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End timestamp in milliseconds (Unix epoch * 1000) | |
| timezone | No | Timezone for slots, e.g. 'America/New_York' | |
| startDate | Yes | Start timestamp in milliseconds (Unix epoch * 1000) | |
| calendarId | Yes |