update_events
Update existing Notion Calendar events by changing their time, title, or details. Submit mutations to patch event data and notify attendees if needed.
Instructions
Update one or more existing events. Call when changing time/title/details. POST /v2/updateEvents {mutations:[{provider, accountId, eventId, calendarId, eventData, userTimeZone?, sendUpdates?}]}. mutations_json: JSON array. Patch eventData with fields to change; keep summary visible. sendUpdates: all|none|externalOnly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mutations_json | Yes |