OnAfterUpdate

I have been using onAfterUpdate event of scheduler in some of my javascript code and recently found thatthis method is removed from all documentation at dhtmlx and I could not find any examples because all their related urls are also removed. It is still working in my code but I am just curious if this is being depreciated or if I need to use any other event instead of it. If it is not depreciated, could you please update events url to add back the missing documentation

docs.dhtmlx.com/scheduler/api__r … tml#events

Thanks
Sid Gurrawar

As far as I can see - scheduler never had such event.
There is a onAfterUpdate event of dataprocessor, that you can use with scheduler
docs.dhtmlx.com/api__dataprocess … event.html

Got it! :nerd: