When developing a functionality for double click, I first found the function, that should be called, which I thought was OnEventDoubleClick. So I added the function, however I could not get it to work. Then I looked further into the event and found the Event documentation, https://doc.daypilot.org/scheduler/event-double-click/, here I saw that I must enable it for the daypilot, so I did, and saw that the function I use was correct according to the example. Well still not working, so I tried the other event OnDoubleClicked, the it worked. I think the documentation could be improved by hyperlinks to events, maybe more coupling between the flags that need to be set for a function to work and the docs for the function.