create_event
Create calendar events from natural language. Understands dates, times, locations, and recurrence rules.
Instructions
Create a new event in Fantastical using natural language.
Fantastical's parser handles dates, times, locations, and recurrence naturally. Examples: "Lunch with Sara tomorrow at noon at The Crafers Hotel", "Weekly team standup every Monday at 9am".
Args: sentence: Natural language event description. calendar: Optional calendar name to create the event in. add_immediately: If True, add without showing confirmation UI (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sentence | Yes | ||
| calendar | No | ||
| add_immediately | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |