calendar_delete_event
Delete a calendar event by providing its unique identifier (uid). Solves the need to remove events from Home Assistant calendars where the delete service is not natively available.
Instructions
Delete a calendar event by its uid.
HA does not expose a stable calendar.delete_event service in core; this
attempts the call and otherwise reports not_implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| uid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||