evite_duplicate_event
Duplicate an Evite event into a fresh draft. Previews without confirm, then creates new draft with confirm=true.
Instructions
Duplicate an Evite event into a fresh draft (the "Duplicate event" action). Returns the new draft event id. Confirm-gated: without confirm:true this returns a dry-run preview and creates nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). |