Create Event
calendar_create_eventCreate a calendar event with title, start/end times, location, notes, and invitees. Automatically converts time offsets for consistent scheduling.
Instructions
Create a calendar event; rejects non-writable calendars.
Inputs with offsets or trailing Z are converted to local naive datetimes before they are passed to AppleScript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| url | No | ||
| notes | No | ||
| start | Yes | ||
| title | Yes | ||
| all_day | No | ||
| invitees | No | ||
| location | No | ||
| calendar_uid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||