ghl_calendar_schedule_unassign
Removes the association between a team calendar and a user availability schedule by deleting the calendar ID from the schedule.
Instructions
Removes a user availability schedule association from the given calendar. Remove user availability schedule from a calendar Removes the association between a team calendar and the given schedule by removing the calendarId from the schedule Endpoint: DELETE /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 calendar to remove from the schedule |