Skip to content
DayPilot

Monthly Summary for July 2021

Vue Scheduler: Undo/Redo for Drag and Drop Actions tutorial was released:

https://code.daypilot.org/48185/vue-scheduler-undo-redo

How to add "Undo" and "Redo" buttons to the Vue Scheduler. The UndoService maintains history of changes and allows unlimited undo/redo.

vue scheduler undo redo for drag and drop

React Timesheet tutorial was released:
https://code.daypilot.org/66143/react-timesheet

How to display a timesheet in your React application. You can set a custom resolution of the time axis, specify the number of days to be displayed, calculate daily totals. The timesheet lets you modify the records using drag and drop.

react timesheet

React Scheduler: Timeline Zoom tutorial was released:
https://code.daypilot.org/90919/react-scheduler-timeline-zoom

How to add a zoom feature to the React Scheduler timeline. You can change the zoom level (and timeline resolution) using a "range" control and "zoom in" and "zoom out" buttons.

react scheduler timeline zoom

React Resource Calendar was released:
https://code.daypilot.org/84296/react-resource-calendar

How to use the column hierarchy feature of the React calendar to display events for many resources. The groups and resources are displayed as columns and the time slots are displayed as rows.

react resource calendar