evite_update_event
Modify an existing Evite event by updating only the fields you specify. Preview changes with a dry run, then confirm to send updates.
Instructions
Edit an existing Evite event (only the fields you pass change). Confirm-gated: without confirm:true this returns a dry-run preview and sends nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| message | No | New event message / description. | |
| event_id | Yes | Evite event id to edit (event_id from evite_list_events). | |
| end_datetime | No | New end datetime (ISO 8601). | |
| start_datetime | No | New start datetime (ISO 8601). |