Generates an iCalendar (.ics) link that you can use to view your Home Assistant calendars in another app.
-
Install HACS, if you did not already
-
Press the Download button
-
Add the following to your configuration.yaml file:
icalendar: secret: yourSuperSecret
-
Restart Home Assistant
Copy all files in the custom_components/icalendar folder to your Home Assistant folder config/custom_components/icalendar.
In your preferred calendar application, input your iCalendar URL in the following format:
- Home Assistant URL - http://homeassistant.local:8123
- iCalendar API path - /api/ics/
- Calendar Entity Id - calendar.entity_id
- Secret parameter - ?s=secret
- http://homeassistant.local:8123/api/ics/calendar.holidays?s=yourSuperSecret
- Only supplies the first upcoming event.
Your support is welcomed.