Create Event
Create calendar events from natural language via Siri. Parses dates, titles, and optional locations from a single sentence.
Usage
axint add @axint/create-event
Example Siri Phrases
- "Create an event called Team Standup tomorrow at 10am"
- "Add a meeting with Sarah on Friday at 3pm in Conference Room B"
Parameters
| Param | Type | Required |
|---|---|---|
| title | string | yes |
| startsAt | date | yes |
| location | string | no |