Hi
Is it possible to add an event description/notes/details, rather than just the event title?
Thanks
You can customize the event HTML using BeforeEventRender event:
http://doc.daypilot.org/calendar/event-customization/
It is also possible to display additional event details on hover using event Bubble (an extended tooltip):
http://doc.daypilot.org/calendar/event-bubble/
or on event click (possibly using a modal dialog):
http://doc.daypilot.org/calendar/event-click/
e.innerhtml before render event worked for me