DayPilot.Event.client.html() DayPilot.Event.client.html(newValue)
If called without a parameter it returns the current event HTML (string).
var html = e.client.html(); e.client.html("<b>New event HTML</b>");