How to prevent Event saving into database having data processor enabled

Hi,

I want to know if i have data processor is running.

And i want to add some event dynamically by using scheduler.addEvent() with some Onclick().
So it should just appear on calendar without saving it to database?

Regards

Hi,

There is onBeforeUpdate dataProcessor event
https://docs.dhtmlx.com/api__dataprocessor_onbeforeupdate_event.html
Return block from the handler to block saving.

Thanks so much…