Hi,
How would one go about adding a new event, when the existing event basically takes up all the space and there is nowhere to click? Please see attached image.
Thanks! Richard
It's possible to add an extra margin to the bottom (or top) of the row: https://doc.daypilot.org/scheduler/row-height/
dp.rowMarginBottom = 5;
Thanks, that did the job!