calendars_get_all_schedules
Retrieve all availability schedules for users or calendars, with optional filters by user, calendar, or location, and pagination to manage large result sets for scheduling purposes.
Instructions
List user availability schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of items to return (max 500) | |
| userId | Yes | User ID to filter schedules by specific user | |
| calendarId | No | Calendar ID for filtering schedules by specific calendar | |
| locationId | No | Location ID to filter schedules by Defaults to GHL_LOCATION_ID when omitted. |