calmesh_manage_calendar
Manage calendar settings: rename, change timezone, add or remove connection sources, and set the write-back connection. Returns what succeeded and what failed.
Instructions
Update a calendar: rename, change timezone, add/remove connection sources, set write-back connection. Returns what succeeded and what failed. Requires "full" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New calendar name. | |
| slug | Yes | Calendar slug to manage. | |
| timezone | No | New IANA timezone. | |
| add_connections | No | Connection IDs to add as sources. | |
| remove_connections | No | Source IDs to remove. | |
| write_back_connection | No | Connection ID to use for writing back events. |