evite_create_event
Create an Evite event draft using title, start time, and template. Preview without confirm:true, then set confirm:true to finalize the draft.
Instructions
Create an Evite event (as a draft). Requires title, start_datetime, and template_name. Confirm-gated: without confirm:true this returns a dry-run preview and sends nothing. NOTE: the create API returns a 500 even when it succeeds (the draft is created), so this call may throw though the event exists — re-list drafts rather than retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| message | No | Event message / description. | |
| end_datetime | No | End datetime (ISO 8601, event-local). | |
| template_name | Yes | Invitation template name (required by the create API; e.g. a gallery design id). | |
| start_datetime | Yes | Start datetime (ISO 8601, event-local). Required. |