calendars_get_blocked_slots
Retrieve blocked slots in a calendar for a given time range. Specify user, group, or calendar to identify availability and prevent double-booking.
Instructions
Get Blocked Slots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | User Id - Owner of an appointment. Either of userId, groupId or calendarId is required | |
| endTime | Yes | End Time (in millis) | |
| groupId | No | Either of groupId, calendarId or userId is required | |
| startTime | Yes | Start Time (in millis) | |
| calendarId | No | Either of calendarId, userId or groupId is required | |
| locationId | No | Location Id Defaults to GHL_LOCATION_ID when omitted. |