Click here to Skip to main content
15,887,472 members
Articles / Web Development / HTML

JavaScript Event Calendar for Resource Scheduling

Rate me:
Please Sign up or sign in to vote.
4.95/5 (156 votes)
19 Mar 2024Apache10 min read 850.4K   5.2K   484  
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.
In this article, we build a simple HTML5 event calendar web application. The client-side (HTML5/JavaScript) part is universal. We use sample PHP and ASP.NET Core backends. This article looks at changing calendar date using a date picker (on left side), drag and drop event creating, moving and resizing, changing look in a single click using a CSS theme, PHP backend, and ASP.NET Core backend (REST API).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Czech Republic Czech Republic
My open-source event calendar/scheduling web UI components:

DayPilot for JavaScript, Angular, React and Vue

Comments and Discussions