calendar_create_event
Add a new event to any Home Assistant calendar. Provide the entity ID, event title, start and end times in ISO 8601 format, with optional location and description.
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 |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| summary | Yes | ||
| location | No | ||
| entity_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||