Skip to content
DayPilot

All Tutorials

How to Create the Angular Scheduler Component Dynamically

How to Create the Angular Scheduler Component Dynamically

How to dynamically create and display the Angular Scheduler component using ViewContainerRef.createComponent().
ASP.NET Shift Scheduling Tutorial (C#, VB.NET, SQL Server)

ASP.NET Shift Scheduling Tutorial (C#, VB.NET, SQL Server)

ASP.NET project that demonstrates how to use Calendar and Scheduler controls to manage a simple shift schedule. Supports conflict detection.
Monthly Event Calendar for JavaScript/HTML5/PHP

Monthly Event Calendar for JavaScript/HTML5/PHP

Drag and drop monthly event calendar for JavaScript/HTML5. Full calendar CSS styling support. Includes a sample PHP backend with SQL database.
ASP.NET Calendar: Database & Event Moving Tutorial (C#, VB.NET)

ASP.NET Calendar: Database & Event Moving Tutorial (C#, VB.NET)

Basic tutorial on using DayPilot ASP.NET calendar in an ASP.NET web application. The original version of this tutorial from 2009 works without changing a single line of code (after replacing DayPilot.dll with the current version).
ASP.NET Timetable Tutorial (C#, VB.NET, SQL Server)

ASP.NET Timetable Tutorial (C#, VB.NET, SQL Server)

ASP.NET web application for managing a weekly timetable. Supports AJAX operations. Customizable time slots.
JavaScript confirm() Replacement

JavaScript confirm() Replacement

Replace the built-in confirm() modal dialog with a more flexible implementation that allows using custom appearance and button text (e.g. Yes/No).
Angular Scheduler: Next/Previous Buttons

Angular Scheduler: Next/Previous Buttons

Angular 12 project that shows how to implement next/previous/today buttons that change the month displayed by the Angular Scheduler component.
ASP.NET Hotel Room Booking Tutorial (C#, VB, SQL Server)

ASP.NET Hotel Room Booking Tutorial (C#, VB, SQL Server)

ASP.NET web application for managing hotel room reservations using drag and drop. Includes sample code in C# and VB. SQL Server database.
JavaScript Scheduler: Dragging Files and Other Items from Desktop

JavaScript Scheduler: Dragging Files and Other Items from Desktop

How to configure the JavaScript Scheduler component to accept files dragged from the desktop. The file will be converted to a Scheduler event on drop.
Angular Scheduler: Loading 400,000 Events

Angular Scheduler: Loading 400,000 Events

Test the performance of the Angular Scheduler component with 400,000 events loaded at once.