Get Blocked Slots
calendars_get_blocked_slotsRetrieve blocked calendar slots within a specified time range to identify unavailability for scheduling.
Instructions
Get Blocked Slots [GET /calendars/blocked-slots] Scopes: calendars/events.readonly.
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 | Yes | Location Id |