ghl_calendar_schedule_assign
Apply a user availability schedule to a calendar by associating the calendar ID with the schedule. Enables scheduling based on predefined availability.
Instructions
Applies an existing user availability schedule to the given calendar. Apply user availability schedule to a calendar Associates a calendar with the given schedule by adding the calendarId to a schedule Endpoint: PUT /calendars/schedules/{id}/associations/{calendarId} (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the schedule | |
| calendarId | Yes | Unique identifier of the team calendar to add to the schedule |