@daypilot/daypilot-lite-javascript 3.18.0 → 3.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -1
- package/daypilot-javascript.min.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# DayPilot Lite for JavaScript
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
[DayPilot Lite for JavaScript](https://javascript.daypilot.org/open-source/) is a library of JavaScript/HTML5 event calendar/scheduler components that can display day/week/month calendar views.
|
|
4
5
|
|
|
5
6
|
## What's New
|
|
@@ -60,7 +61,6 @@ The resource calendar displays custom resources (people, rooms, tools) as column
|
|
|
60
61
|
[Open-Source HTML5/JavaScript Calendar with Day/Week/Month Views (PHP, MySQL)](https://code.daypilot.org/27988/html5-calendar-with-day-week-month-views-javascript-php)
|
|
61
62
|
HTML5/JavaScript event calendar with day, week, and month views and integrated date navigator. Includes a sample PHP backend with MySQL database.
|
|
62
63
|
|
|
63
|
-
|
|
64
64
|
### ASP.NET Core Weekly Calendar
|
|
65
65
|
|
|
66
66
|
[](https://code.daypilot.org/31735/javascript-weekly-calendar-asp-net-core)
|
|
@@ -75,6 +75,22 @@ Simple ASP.NET Core web application that displays event data in a weekly calenda
|
|
|
75
75
|
[ASP.NET Core Monthly Calendar (Open-Source)](https://code.daypilot.org/31735/javascript-weekly-calendar-asp-net-core)
|
|
76
76
|
ASP.NET Core web application that displays scheduled events in a monthly calendar. Visual Studio project for download.
|
|
77
77
|
|
|
78
|
+
|
|
79
|
+
### ASP.NET Core Maintenance Scheduling App
|
|
80
|
+
|
|
81
|
+
[](https://code.daypilot.org/92491/asp-net-core-maintenance-scheduling)
|
|
82
|
+
|
|
83
|
+
[ASP.NET Core Maintenance Scheduling (Open-Source)](https://code.daypilot.org/92491/asp-net-core-maintenance-scheduling)
|
|
84
|
+
How to create a visual, color-coded, and easily adjustable maintenance plan in ASP.NET Core using DayPilot.
|
|
85
|
+
|
|
86
|
+
### ASP.NET Core Resource-Scheduling Calendar
|
|
87
|
+
|
|
88
|
+
[](https://code.daypilot.org/20604/asp-net-core-resource-calendar-open-source)
|
|
89
|
+
|
|
90
|
+
[ASP.NET Core Resource-Scheduling Calendar (Open-Source)](https://code.daypilot.org/20604/asp-net-core-resource-calendar-open-source)
|
|
91
|
+
How to create a resource-scheduling calendar in ASP.NET Core that displays resources as columns. Add more UI features, such as free/busy highlighting, next/previous date-changing buttons and a modal dialog for editing event details.
|
|
92
|
+
|
|
93
|
+
|
|
78
94
|
### Spring Boot Weekly Calendar
|
|
79
95
|
|
|
80
96
|
[](https://code.daypilot.org/41760/using-javascript-html5-event-calendar-in-spring-boot-java)
|
|
@@ -89,6 +105,13 @@ Create a Spring Boot scheduling application with a weekly HTML5/JavaScript calen
|
|
|
89
105
|
[Monthly Calendar in Spring Boot/Java (Open-Source)](https://code.daypilot.org/58614/using-javascript-html5-monthly-calendar-in-spring-boot-java)
|
|
90
106
|
Spring Boot web application that displays a monthly calendar with drag and drop support. Implemented using JavaScript monthly calendar control from DayPilot package.
|
|
91
107
|
|
|
108
|
+
### Spring Boot Resource-Scheduling Calendar
|
|
109
|
+
|
|
110
|
+
[](https://code.daypilot.org/89304/spring-boot-resource-scheduling-calendar-open-source)
|
|
111
|
+
|
|
112
|
+
[Spring Boot Resource-Scheduling Calendar (Open-Source)](https://code.daypilot.org/89304/spring-boot-resource-scheduling-calendar-open-source)
|
|
113
|
+
Spring Boot application that uses a visual resource-scheduling calendar to display plans for multiple resources side by side.
|
|
114
|
+
|
|
92
115
|
|
|
93
116
|
## Example
|
|
94
117
|
|