calendar_create_event
Add events to CalDAV calendars with title, start/end times, location, and description. Schedule meetings or appointments directly through the Fastmail calendar system.
Instructions
Create a new event in a CalDAV calendar.
Args: calendar_href: The href of the calendar (from calendar_list_calendars). title: Event title/summary. start: Start datetime as ISO string (YYYY-MM-DDTHH:MM:SS or YYYY-MM-DD for all-day). end: End datetime as ISO string. location: Optional location string. description: Optional description. all_day: If True, treat start/end as dates (not datetimes).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_href | Yes | ||
| title | Yes | ||
| start | Yes | ||
| end | Yes | ||
| location | No | ||
| description | No | ||
| all_day | No |