I created an automation to populate a calendar for my parents with interesting events around their house.
It works great in combination with the atomic-calendar-revive component when rendered in a dashboard:
But in the normal calendar view, HTML is not supported and is rendered as text:
So right now I need to decide if:
- I’m hiding the calendar from calendar view
- I duplicate the calendar, one with HTML and one without, showing a different one in each view (but then the linkage between the events will be lost)
- Somehow add HTML rendering support for allowed only elements like links and images
does anyone already have a solution for this? Will really appreciate some help ![]()

