Update calendar event
calendar_update_eventUpdate an existing calendar event by providing its object URL and new details such as summary, start, end, location, attendees, and description.
Instructions
Replace an existing calendar event by its object URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| uid | No | ||
| etag | No | ||
| start | Yes | ||
| allDay | No | ||
| server | No | Server/account id to target. Defaults to the configured default server. | |
| summary | Yes | ||
| location | No | ||
| attendees | No | ||
| objectUrl | Yes | Calendar object URL (from calendar_list_events). | |
| description | No |