Hi there,
is there any way to export the Home Assistant calendar to Google Calendar (via ics or ical or similar)? An automation creates new calendar events according to some criteria, which I would like to have in my Google Calendar.
Thanks for your help…
3 Likes
I have just written a calendar export custom integration (GitHub - JosephAbbey/ha_calendar_export), install with HACS and then use the API route. I have even been able to see calendars from other providers in google calendar.
Logical way is to integrate the Google Calendar in Home Assistant so you can add events directly, and automate based on what is in your Google calendar to boot.
Already do that but that doesn’t work for events created by an external provider which is my case for my satchel one integration.
In addition my export integration produces a standard ICS calendar that can be used by any app, not just Google Calendar. Even apps that don’t have integrations.