create_calendar_event
Schedule events in Apple Calendar with title, time, calendar, location, and description.
Instructions
Creates a new event in Apple Calendar (using accli)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time (e.g., YYYY-MM-DDTHH:mm) | |
| start | Yes | Start time (e.g., YYYY-MM-DDTHH:mm) | |
| summary | Yes | Title of the event | |
| calendar | Yes | Calendar name (e.g. Work) | |
| location | No | Event location | |
| description | No | Event description |