calendar_create_event
Create a new event in a CalDAV calendar by providing title, start and end times. Includes optional location, description, and all-day support.
Instructions
Create a new event in a CalDAV calendar.
Args: calendar_href: The href of the calendar (from calendar_list_calendars). title: Event title/summary. start: Start datetime as ISO string (YYYY-MM-DDTHH:MM:SS or YYYY-MM-DD for all-day). end: End datetime as ISO string. location: Optional location string. description: Optional description. all_day: If True, treat start/end as dates (not datetimes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_href | Yes | ||
| title | Yes | ||
| start | Yes | ||
| end | Yes | ||
| location | No | ||
| description | No | ||
| all_day | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |