Hi David!
It actuallly isn't supported in the iCalendar specification. But Outlook is capable of understanding HTML in the body of an ics
Outlook uses a number of these X-
fields for various things; for HTML-formatted descriptions, it uses X-ALT-DESC
and specifies FMTTYPE=text/html
.
Unfortunately Google doesn't seem to support it. I also have an application but in React with an .NET backend. I've tried this too, but it seems only Outlook understands this. We solved it by adding a link to the body that goes to the dynamically created event page to provide more information
Greetingz.