Add the Scheduler component to your HTML page in just 6 lines of code:
<script src="js/daypilot-all.min.js"></script> <div id="dp"></div> <script type="text/javascript"> const dp = new DayPilot.Scheduler("dp", { /* ...config... */ }); dp.init(); </script>
This easy setup will allow you to get started quickly a create your first prototype in minutes.
No third party JavaScript library is required. This will save you not only the bandwidth but also the setup and learning time.
The default CSS theme requires no setup - it is included in the JavaScript library.
Create a new CSS theme that matches your site/app - quickly and easily using the online theme designer.
Start with sample projects available at code.daypilot.org to save time:
All tutorials include a sample project for download.