Create iCloud Event
icloud_create_eventCreate new events on iCloud calendars by specifying title, start and end times, and optional details like description and location.
Instructions
Create a new event on the specified calendar.
Args:
calendar: Display name or full CalDAV URL
summary: Event title (required)
start, end: ISO 8601 datetimes
description, location: optional
allDay: boolean (default false)
Returns the created event's uid and CalDAV URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time as ISO 8601 datetime | |
| start | Yes | Start time as ISO 8601 datetime | |
| allDay | No | Whether this is an all-day event | |
| summary | Yes | Event title | |
| calendar | Yes | Calendar display name or full CalDAV URL | |
| location | No | Event location | |
| description | No | Event description / notes |