What is the best way to handle scheduler event save errors when the server is down?
I see how to communicate errors when there is an error on the server here: docs.dhtmlx.com/doku.php?id=dhtm … gprinciple
However, this doe not help if the network connection is dropped or the server is completely down.
Currently the scheduler updates the event and nothing is shown to the user that the ajax call timed out.
Is there a hook for this? Is there a way to indicate that an event has not yet been successfully saved via the dataProcessor?
Ed