create_event
Generate an RFC 5545 ICS file for a single calendar event by providing title, start, end, and optional details like location, attendees, or URL.
Instructions
Generate an RFC 5545 ICS file for a single calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| start | Yes | ISO 8601 datetime (e.g. '2026-06-15T14:00:00Z' or with offset) | |
| end | Yes | ISO 8601 datetime | |
| location | No | ||
| description | No | ||
| url | No | ||
| organizer_email | No | ||
| attendees | No | Attendee emails | |
| all_day | No | If true, treat start/end as DATE only (YYYY-MM-DD) |