Block adding events in the past

Hello,
So i want to block adding past events (any date before today).
I already checked the limit extension, but nothing seems to work even with using the same exact code in the docs.
Also, is it possible in some way that in the events :
onBeforeDrag
onDblClick
that we can get the date and time where the mouse has been clicked.

Hello,
is is not necessary to manually block mouse events, try using limit_start/limit_end configs:
docs.dhtmlx.com/scheduler/api__s … onfig.html

Here is an example
docs.dhtmlx.com/scheduler/snippet/0ef50567

That is what i said, i already tried the limit extension.
i used the configuration value of the limit_end … as you mentioned it in the docs, but it doesn’t work.

did you check a working example from my previous post? - docs.dhtmlx.com/scheduler/snippet/0ef50567
If the same code does not work in your version, or if you need something different - please attach a demo or clarify