Skip to content
DayPilot

All Tutorials

Angular Scheduler: Full Screen Layout

Angular Scheduler: Full Screen Layout

Angular 21 application that displays the Scheduler in a full-page layout with a collapsible sidebar, date navigation, and switchable 100% height modes.
Vue.js Scheduler: Changing Visible Date

Vue.js Scheduler: Changing Visible Date

How to switch the visible date range displayed by the Vue.js Scheduler using Previous and Next buttons.
React Scheduler with Horizontal Timeline (Open-Source)

React Scheduler with Horizontal Timeline (Open-Source)

Open-source React Scheduler with a readable year-view timeline, theme switching, editable events, and custom event rendering.
Cell Templates in Vue Calendar: Display Slot Start Times, Sunrise & Sunset (Open-Source)

Cell Templates in Vue Calendar: Display Slot Start Times, Sunrise & Sunset (Open-Source)

Use Vue templates to add custom content to calendar cells: text, icons, or even Vue components. Use v-if to display content only in the cells you choose.
JavaScript Scheduler: Displaying Text above Events

JavaScript Scheduler: Displaying Text above Events

How to display custom text above Scheduler events in a reserved space. Display details about the event start, end or other related information.
JavaScript Scheduler: Warm-Up and Cool-Down Time

JavaScript Scheduler: Warm-Up and Cool-Down Time

How to add warm-up and cool-down time to Scheduler events. The additional time segments are stored and displayed automatically but drag and drop is only enabled for the core event.
Angular Scheduler: Resource Utilization Chart

Angular Scheduler: Resource Utilization Chart

How to calculate resource utilization for time slots and show a bar chart in a fixed row displayed at the top of the Angular Scheduler component.
React Timesheet

React Timesheet

How to display a timesheet in a React application. Learn how to configure the time axis, hide non-business hours, add daily totals, and edit records using drag and drop.
React Shift Scheduling Application (PHP/MySQL Backend)

React Shift Scheduling Application (PHP/MySQL Backend)

React application that lets you visually schedule shifts at multiple locations. The backend REST API is implemented using PHP, with SQLite default storage and optional MySQL.
Vue Gantt Chart Tutorial

Vue Gantt Chart Tutorial

Vue application that shows how to integrate and configure a Gantt chart. The Gantt chart component displays a timeline for a hierarchy of tasks and milestones.