calendar_create_event
Add events to any Home Assistant calendar using ISO 8601 start and end times, with optional details like description and location.
Instructions
Create a calendar event via the calendar.create_event service.
start / end are ISO 8601 datetimes (e.g. "2026-04-28T10:00:00").
Returns the service-call result wrapped in a dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| summary | Yes | ||
| start | Yes | ||
| end | Yes | ||
| description | No | ||
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||