update_event
Modify specific fields of an existing calendar event. Update title, date, location, visibility, or description with markdown support.
Instructions
Update fields on an existing calendar event. Only provided fields are modified. Description updates support markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New start date/time (timestamp) | |
| title | No | a string that will be trimmed | |
| allDay | No | All-day event | |
| dueDate | No | New end date/time (timestamp) | |
| eventId | Yes | a string that will be trimmed | |
| location | No | New event location | |
| visibility | No | New event visibility | |
| description | No | New event description (markdown supported) |