Update calendar event
update_eventUpdate an existing kalender.digital event by replacing all editable fields. Supply the event ID and the full set of required details to apply changes.
Instructions
Replace the editable fields of an existing kalender.digital event. All event fields are required. API documentation: https://kalender.digital/c/documentation/api?lang=de
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| who | No | People or organizer associated with the event | |
| links | No | Links associated with the event | |
| title | Yes | Event title | |
| where | No | Event location | |
| endDate | Yes | Local date and time formatted as YYYY-MM-DD HH:mm:ss | |
| eventId | Yes | kalender.digital event ID | |
| timeZone | No | IANA time zone name | Europe/Berlin |
| wholeDay | No | Whether this is an all-day event | |
| startDate | Yes | Local date and time formatted as YYYY-MM-DD HH:mm:ss | |
| description | No | Event description | |
| subCalendars | Yes | Subcalendar IDs or names |