calendars_create_schedule
Create a user availability schedule by specifying timezone, name, and user ID. Define active periods with rules and optional calendar IDs to manage booking availability.
Instructions
Create user availability schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the schedule | |
| rules | No | Schedule rules defining when the schedule is active | |
| userId | Yes | User ID associated with the schedule | |
| timezone | Yes | Timezone for the schedule (IANA timezone identifier) | |
| locationId | No | Location ID where this schedule applies Defaults to GHL_LOCATION_ID when omitted. | |
| calendarIds | No | Calendar IDs associated with the schedule |