create_calendar_event
Schedule calendar events on Fastmail with title, start and end times, location, description, and optional participants. Supports all-day events via date-only entries with exclusive end dates.
Instructions
Create a new calendar event. Supports date-only (e.g. 2026-04-01) for all-day events. DTEND is exclusive per RFC 5545 — a one-day event on April 1 needs end: 2026-04-02.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO 8601 format. For all-day events, DTEND is exclusive — a one-day event on April 1 requires end: 2026-04-02 | |
| start | Yes | Start time in ISO 8601 format (e.g. 2026-04-07T14:00:00Z) or date-only for all-day events (e.g. 2026-04-07) | |
| title | Yes | Event title | |
| location | No | Event location (optional) | |
| calendarId | Yes | ID of the calendar to create the event in | |
| description | No | Event description (optional) | |
| participants | No | Event participants (optional). Automatically adds ORGANIZER from CalDAV username. |