send_invite
Send a calendar invite (ICS format) via email to attendees with event subject, start/end times, location, and description.
Instructions
Send a calendar invite (RFC 5545 ICS, METHOD:REQUEST).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| end | Yes | ||
| html | No | ||
| text | No | ||
| start | Yes | ISO 8601 or 'YYYY-MM-DD HH:MM'. Naive = UTC. | |
| account | No | ||
| confirm | No | ||
| subject | Yes | ||
| location | No | ||
| attendees | No | ||
| organizer | No | ||
| description | No | ||
| save_to_sent | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| account | Yes | ||
| message_id | No | ||
| recipients | Yes | ||
| saved_to_sent | No | ||
| idempotent_replay | No | True when this response was replayed from an earlier identical call within the idempotency window. |