create_event
Create an iCloud calendar event by specifying title, start/end times, location, description, and optional recurrence rule.
Instructions
Create a new calendar event in an iCloud calendar.
Args: summary: Title of the event. start: ISO 8601 start datetime. end: ISO 8601 end datetime. calendar_name: Full calendar name with provider prefix (e.g. '[iCloud] Work'). Defaults to DEFAULT_CALENDAR for backward compatibility. description: Optional event description. location: Optional event location. rrule: Optional iCalendar RRULE string for recurring events.
Returns: The created event as a dict with its assigned UID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| rrule | No | ||
| start | Yes | ||
| summary | Yes | ||
| location | No | ||
| description | No | ||
| calendar_name | No | Alex Plugg |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||