In your documentation, docs.dhtmlx.com/scheduler/api__s … event.html, it doesn’t show if there is any available information for the event in the function. Once the light box has closed, is there a way to get the event id and/or the description from the event?
Hi,
when onAfterLightbox ther is no info regarding edited event.
Event only informs that the modal lightbox is closed and user now can operate the calendar.
If you want to catch event saving/modification, check this event - at this stage changes are not saved and can be canceled
docs.dhtmlx.com/scheduler/api__s … event.html
or these events, they are fired when changes are done and sent to the server
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html
or, at last, this one - server callback after changes are saved
docs.dhtmlx.com/api__dataprocess … event.html
Thanks!
Is there an event that gets triggered when the Cancel button is pressed?