set_destination_calendar
Direct new bookings to a specific calendar by providing the integration type, calendar ID, and credential ID. This ensures all new appointments are placed in the chosen calendar.
Instructions
Set the destination calendar where new bookings are created (PUT only, no GET).
To retrieve current destination, use list_calendars() and check destinationCalendar field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| external_id | Yes | Calendar email or ID (e.g., "primary") | |
| integration | Yes | Calendar integration type (e.g., "google_calendar") | |
| credential_id | Yes | Credential ID (from list_calendars response) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |