Calendar: Update calendar
calendar_update_calendarUpdate explicit fields on an existing calendar. Resolve calendar_id first and pass only changes requested by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| timezone | No | IANA timezone, for example Europe/Paris. | |
| account_id | No | Optional Nilyo connection ID (unipile_account_id from list_connected_accounts). Omit when the user has one account for this provider. When several exist, Nilyo never guesses: list them (display name, identifier, provider user ID), choose the one the user named or ask, and pass its ID here. | |
| calendar_id | Yes | Exact calendar ID returned by calendar_list_calendars; never pass a calendar name. Calendar ID: Exact Google/Microsoft calendar id. Obtain with: calendar_list -> calendar.id Never pass: calendar display name. | |
| description | No | ||
| background_color | No | Hexadecimal calendar color. |