What is the same idea for checking double click and the right click context menu (prevent the creation of events in the past?)
I did look at beforeCreateMode. It is not clear what there should be as a return value, if a date is in the past. It's not a simple true / false, is it?
the beforeDragCreate() works fine. Just turning my attention to the double click and right click cases.
when you look at all the events we need to cover, in order to prevent the modification of the past, it does start to point back to a global variable such as historyIsReadOnly: true
however, that's an involved internals thing that you'd put on your roadmap, and I imagine it's sorta "medium" priority.. not a bug, but a "nice to have". We've figured out how to work with it for now . thanks!