JavaScript Scheduler: Undo/Redo tutorial was released:
https://code.daypilot.org/33599/javascript-scheduler-undo-redo
The tutorial shows how to add undo/redo functionality to the JavaScript Scheduler component. The UndoService class maintains history of all changes and provides undo() and redo() methods.




