calendar_update_event
Modify a Synology Calendar event by updating only the specified fields. Requires 'confirm=true' to apply changes. Dates use ISO 8601 format.
Instructions
Update an existing Synology Calendar event. Requires confirm=true. Only provided fields are changed. ISO 8601 without timezone offset is interpreted as NAS local time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| calendar_id | Yes | ||
| title | No | ||
| start | No | New start in ISO 8601. ISO without offset is interpreted as NAS local time. | |
| end | No | New end in ISO 8601. ISO without offset is interpreted as NAS local time. | |
| description | No | ||
| location | No | ||
| confirm | No | Must be true to update the event |