Need to print long contents (texts) in the event cell in print. currently some texts are hided in the cell. how to display all the texts in cell.
The Scheduler doesn't wrap the text automatically during export but you can use args.text to insert line breaks using '\n' characters in onBeforeEventExport event:
https://api.daypilot.org/daypilot-scheduler-onbeforeeventexport/
I used args.text to insert line breaks using '\n' characters in onBeforeEventExport event. But cell texts are hided at the end. Cell box is fixed and content is long then texts are hided at the bottom of the cell.