Update Event
update-eventUpdate an existing calendar event by providing the event handle and any fields to change. Preserves recurrence, invitees, and alarms in cloud mode.
Instructions
Updates an existing calendar event. Only the fields you pass are changed. In cloud mode the CalDAV property-merge preserves recurrence, invitees and alarms (experimental: the live round-trip is not yet verified).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end date/time in ISO 8601 format (optional) | |
| start | No | New start date/time in ISO 8601 format (optional) | |
| summary | No | New event title (optional) | |
| eventUrl | Yes | Event handle from list-events: the URL in cloud mode, the UID in local mode | |
| location | No | New location (optional) | |
| description | No | New description (optional) |