Anyone has a solution to render html description in the calendar view?

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:

  1. I’m hiding the calendar from calendar view
  2. 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)
  3. 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 :pray: