The html() method gets or sets the current client-side HTML of the event.
DayPilot.Event.client.html()
DayPilot.Event.client.html(newValue)newValue (string) - new event HTML
If called without a parameter, it returns the current event HTML (string).
const html = e.client.html();
e.client.html("<b>New event HTML</b>");