@syncfusion/ej2-angular-schedule 20.3.61 → 20.4.38-ngcc

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.
Files changed (175) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +788 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1589 -0
  6. package/README.md +121 -47
  7. package/dist/ej2-angular-schedule.umd.js +980 -0
  8. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  9. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  10. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  11. package/ej2-angular-schedule.d.ts +6 -0
  12. package/ej2-angular-schedule.metadata.json +1 -0
  13. package/package.json +24 -47
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  21. package/src/schedule/headerrows.directive.d.ts +0 -5
  22. package/src/schedule/resources.directive.d.ts +0 -5
  23. package/src/schedule/schedule-all.module.d.ts +0 -6
  24. package/src/schedule/schedule.component.d.ts +0 -3
  25. package/src/schedule/schedule.module.d.ts +0 -9
  26. package/src/schedule/views.directive.d.ts +6 -6
  27. package/styles/bootstrap-dark.css +369 -106
  28. package/styles/bootstrap.css +368 -104
  29. package/styles/bootstrap4.css +380 -146
  30. package/styles/bootstrap5-dark.css +344 -142
  31. package/styles/bootstrap5.css +344 -142
  32. package/styles/fabric-dark.css +335 -106
  33. package/styles/fabric.css +321 -111
  34. package/styles/fluent-dark.css +400 -107
  35. package/styles/fluent.css +400 -107
  36. package/styles/highcontrast-light.css +412 -103
  37. package/styles/highcontrast.css +404 -118
  38. package/styles/material-dark.css +367 -115
  39. package/styles/material.css +409 -115
  40. package/styles/recurrence-editor/bootstrap-dark.css +142 -33
  41. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  42. package/styles/recurrence-editor/bootstrap.css +142 -33
  43. package/styles/recurrence-editor/bootstrap.scss +1 -3
  44. package/styles/recurrence-editor/bootstrap4.css +176 -33
  45. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  46. package/styles/recurrence-editor/bootstrap5-dark.css +183 -33
  47. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  48. package/styles/recurrence-editor/bootstrap5.css +183 -33
  49. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  50. package/styles/recurrence-editor/fabric-dark.css +118 -33
  51. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  52. package/styles/recurrence-editor/fabric.css +111 -33
  53. package/styles/recurrence-editor/fabric.scss +1 -3
  54. package/styles/recurrence-editor/fluent-dark.css +163 -33
  55. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  56. package/styles/recurrence-editor/fluent.css +163 -33
  57. package/styles/recurrence-editor/fluent.scss +1 -3
  58. package/styles/recurrence-editor/highcontrast-light.css +115 -33
  59. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  60. package/styles/recurrence-editor/highcontrast.css +115 -33
  61. package/styles/recurrence-editor/highcontrast.scss +1 -3
  62. package/styles/recurrence-editor/material-dark.css +143 -33
  63. package/styles/recurrence-editor/material-dark.scss +1 -3
  64. package/styles/recurrence-editor/material.css +168 -33
  65. package/styles/recurrence-editor/material.scss +1 -3
  66. package/styles/recurrence-editor/tailwind-dark.css +131 -33
  67. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  68. package/styles/recurrence-editor/tailwind.css +131 -33
  69. package/styles/recurrence-editor/tailwind.scss +1 -3
  70. package/styles/schedule/bootstrap-dark.css +332 -73
  71. package/styles/schedule/bootstrap-dark.scss +1 -5
  72. package/styles/schedule/bootstrap.css +331 -71
  73. package/styles/schedule/bootstrap.scss +1 -5
  74. package/styles/schedule/bootstrap4.css +343 -113
  75. package/styles/schedule/bootstrap4.scss +1 -5
  76. package/styles/schedule/bootstrap5-dark.css +307 -109
  77. package/styles/schedule/bootstrap5-dark.scss +1 -4
  78. package/styles/schedule/bootstrap5.css +307 -109
  79. package/styles/schedule/bootstrap5.scss +1 -5
  80. package/styles/schedule/fabric-dark.css +298 -73
  81. package/styles/schedule/fabric-dark.scss +1 -5
  82. package/styles/schedule/fabric.css +284 -78
  83. package/styles/schedule/fabric.scss +1 -5
  84. package/styles/schedule/fluent-dark.css +363 -74
  85. package/styles/schedule/fluent-dark.scss +1 -4
  86. package/styles/schedule/fluent.css +363 -74
  87. package/styles/schedule/fluent.scss +1 -5
  88. package/styles/schedule/highcontrast-light.css +375 -70
  89. package/styles/schedule/highcontrast-light.scss +1 -5
  90. package/styles/schedule/highcontrast.css +367 -85
  91. package/styles/schedule/highcontrast.scss +1 -5
  92. package/styles/schedule/material-dark.css +330 -82
  93. package/styles/schedule/material-dark.scss +1 -5
  94. package/styles/schedule/material.css +372 -82
  95. package/styles/schedule/material.scss +1 -5
  96. package/styles/schedule/tailwind-dark.css +246 -111
  97. package/styles/schedule/tailwind-dark.scss +1 -4
  98. package/styles/schedule/tailwind.css +246 -111
  99. package/styles/schedule/tailwind.scss +1 -5
  100. package/styles/tailwind-dark.css +284 -145
  101. package/styles/tailwind.css +284 -145
  102. package/esm2020/public_api.mjs +0 -3
  103. package/esm2020/src/index.mjs +0 -11
  104. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  105. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  106. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  107. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  108. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  109. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  110. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  111. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  112. package/esm2020/src/schedule/views.directive.mjs +0 -126
  113. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  114. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  115. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  116. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  117. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  118. package/styles/recurrence-editor/_all.scss +0 -2
  119. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  120. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  121. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  122. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  123. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  124. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  125. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  126. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  127. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  128. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  129. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  130. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  131. package/styles/recurrence-editor/_layout.scss +0 -534
  132. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  133. package/styles/recurrence-editor/_material-definition.scss +0 -13
  134. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  135. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  136. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  137. package/styles/recurrence-editor/_theme.scss +0 -1
  138. package/styles/schedule/_all.scss +0 -2
  139. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  140. package/styles/schedule/_bootstrap-definition.scss +0 -213
  141. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  142. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  143. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  144. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  145. package/styles/schedule/_fabric-definition.scss +0 -213
  146. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  147. package/styles/schedule/_fluent-definition.scss +0 -220
  148. package/styles/schedule/_fusionnew-definition.scss +0 -224
  149. package/styles/schedule/_highcontrast-definition.scss +0 -214
  150. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  151. package/styles/schedule/_layout.scss +0 -4489
  152. package/styles/schedule/_material-dark-definition.scss +0 -213
  153. package/styles/schedule/_material-definition.scss +0 -213
  154. package/styles/schedule/_material3-definition.scss +0 -224
  155. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  156. package/styles/schedule/_tailwind-definition.scss +0 -217
  157. package/styles/schedule/_theme.scss +0 -510
  158. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  159. package/styles/schedule/icons/_bootstrap.scss +0 -231
  160. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  161. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  162. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  163. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  164. package/styles/schedule/icons/_fabric.scss +0 -231
  165. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  166. package/styles/schedule/icons/_fluent.scss +0 -231
  167. package/styles/schedule/icons/_fusionnew.scss +0 -231
  168. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  169. package/styles/schedule/icons/_highcontrast.scss +0 -231
  170. package/styles/schedule/icons/_material-dark.scss +0 -231
  171. package/styles/schedule/icons/_material.scss +0 -231
  172. package/styles/schedule/icons/_material3.scss +0 -231
  173. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  174. package/styles/schedule/icons/_tailwind.scss +0 -231
  175. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
package/README.md CHANGED
@@ -1,73 +1,147 @@
1
- # ej2-angular-schedule
1
+ # Angular Schedule Component
2
+
3
+ The [Angular Schedule](https://www.syncfusion.com/angular-ui-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) component is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives event data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [DataManager](https://ej2.syncfusion.com/angular/documentation/data/data-binding/) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar.
4
+
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/angular/documentation/schedule/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm">Getting started</a> .
7
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm#/bootstrap5/schedule/overview">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/angular-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm">Learn more</a>
9
+ </p>
10
+ <p align="center">
11
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-scheduler.png" alt="Angular Scheduler Component"/>
12
+ </p>
13
+ <p align="center">
14
+ Trusted by the world's leading companies
15
+ <a href="https://www.syncfusion.com">
16
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
17
+ </a>
18
+ </p>
2
19
 
3
- The [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) component is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [`DataManager`](https://ej2.syncfusion.com/angular/documentation/data/) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar.
20
+ ## Setup
4
21
 
5
- ![Schedule](https://ej2.syncfusion.com/products/images/schedule/readme.png)
22
+ ### Create an Angular Application
6
23
 
7
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [here](https://www.syncfusion.com/sales/products) or start a free 30-day trial from [here](https://www.syncfusion.com/account/manage-trials/start-trials).
24
+ You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command.
8
25
 
9
- > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
26
+ ```bash
27
+ npm install -g @angular/cli
28
+ ```
10
29
 
11
- ## Setup
30
+ Create a new Angular application using the following Angular CLI command.
12
31
 
13
- To install Schedule and its dependent packages, use the following command.
32
+ ```bash
33
+ ng new my-app
34
+ cd my-app
35
+ ```
14
36
 
15
- ```sh
16
- npm install @syncfusion/ej2-angular-schedule
37
+ ### Adding Syncfusion Schedule package
38
+
39
+ All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular schedule package, use the following command.
40
+
41
+ ```bash
42
+ ng add @syncfusion/ej2-angular-schedule
17
43
  ```
18
44
 
19
- ## Resources
45
+ The above command does the below configuration to your Angular app.
46
+
47
+ * Adds `@syncfusion/ej2-angular-schedule` package and its peer dependencies to your `package.json` file.
48
+ * Imports the `ScheduleModule` in your application module `app.module.ts`.
49
+ * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
50
+
51
+ This makes it easy to add the Syncfusion Angular Schedule module to your project and start using it in your application.
52
+
53
+ ### Module injection
20
54
 
21
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/schedule/getting-started.html?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
22
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/schedule/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
23
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
55
+ In the **app.component.ts** file, use the following code to inject the modules.
24
56
 
25
- ## Supported Frameworks
57
+ ```typescript
58
+ @Component({
59
+ providers: [DayService, WeekService, WorkWeekService, MonthService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService]
60
+ })
61
+ ```
62
+
63
+ ### Add Schedule component
64
+
65
+ In **src/app/app.component.ts**, use `<ejs-schedule>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Schedule component.
66
+
67
+ ```typescript
68
+ import { Component, OnInit } from '@angular/core';
69
+ import { EventSettingsModel, DayService, WeekService, WorkWeekService, MonthService, AgendaService } from '@syncfusion/ej2-angular-schedule';
70
+ @Component({
71
+ selector: 'app-root',
72
+ providers: [DayService, WeekService, WorkWeekService, MonthService, AgendaService],
73
+ template: `<ejs-schedule [selectedDate]='selectedDate'
74
+ [eventSettings]='eventSettings'></ejs-schedule>`
75
+ })
76
+ export class AppComponent implements OnInit {
77
+ public data: object[] = [
78
+ {
79
+ Id: 1,
80
+ Subject: 'Meeting',
81
+ StartTime: new Date(2023, 1, 15, 10, 0),
82
+ EndTime: new Date(2023, 1, 15, 12, 30)
83
+ },
84
+ ];
85
+ public selectedDate: Date = new Date(2023 1, 15);
86
+ public eventSettings: EventSettingsModel = {
87
+ dataSource: this.data
88
+ };
89
+ }
90
+ ```
26
91
 
27
- Schedule component is also available in following list of frameworks.
92
+ ## Supported frameworks
28
93
 
29
- 1. [React Scheduler](https://www.syncfusion.com/react-ui-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
30
- 2. [Vue Scheduler](https://www.syncfusion.com/vue-ui-components/vue-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
31
- 3. [ASP.NET Core Scheduler](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
32
- 4. [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspnet-mvc-ui-controls/scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
33
- 5. [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
94
+ Schedule component is also offered in the following list of frameworks.
95
+
96
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
97
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
34
98
 
35
99
  ## Showcase samples
36
100
 
37
- * [Fare calendar demo in Angular](https://ej2.syncfusion.com/angular/demos/#/material/schedule/resources?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm))
38
-
39
- ## Key Features
40
-
41
- * [**Views**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/views?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Schedule is now availed with 10 different view modes – day, week, work week, month, timeline day, timeline week, timeline work-week, timeline month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default.
42
- * [**Data binding**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/remote-data?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.
43
- * **Drag and drop** - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots.
44
- * **Appointment resize** - An appointment’s time can be easily extended by resizing its start or end handlers.
45
- * [**Multiple resources**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/group?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations.
46
- * [**Recurrence**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/recurrence-events?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
47
- * [**Template**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/events-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - The key elements like events, date header, work cells and event tooltip comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it.
48
- * [**Timezone**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/timezone-event?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event thus allowing the events to display on its exact local time.
49
- * [**Timescale**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/timescale?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots.
50
- * [**Customizable working days and hours**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/work-days?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Users can set specific [work hour](https://ej2.syncfusion.com/angular/demos/#/material/schedule/work-hours?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/angular/demos/#/material/schedule/hide-weekend?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm).
51
- * [**Custom editor template**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/editor-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor.
52
- * [**Adaptive rendering**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/month-agenda?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
53
- * [**Keyboard interaction**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/keyboard-interaction?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs.
54
- * [**Localization**](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
55
- * [**RTL**](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports displaying the component to display in the direction from right to left.
101
+ * Appointment Planner - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/appointmentplanner/#/dashboard?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
102
+ * Fare calendar- [Live Demo](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/resources?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
103
+
104
+ ## Key features
105
+
106
+ * [Multiple views](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/views?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - A wide variety of built-in views are available: `day, week, work week, month, timeline day, timeline week, timeline work week, timeline month, timeline year, year, agenda and month agenda`. Easily configure each individual view with different, view-specific options.
107
+ * [Data binding](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/remote-data?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.
108
+ * [Drag and drop](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/external-drag-drop?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots.
109
+ * Appointment resize - An appointment’s time can be easily extended by resizing its start or end handlers.
110
+ * [Multiple resources](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/resource-grouping?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations.
111
+ * [Virtual scrolling](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/virtual-scrolling?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports to load a large number of resources and events instantly as the users scroll.
112
+ * [Recurrence appointment](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/recurrence-events?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
113
+ * [Template](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/events-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - The key elements like events, date header, work cells, time cells, event tooltip, resource header, date range text, and quick info popup comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it.
114
+ * [Timezone](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/timezone-event?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event - thus allowing the events to display on its exact local time.
115
+ * [Timescale](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/time-scale?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots.
116
+ * [Customizable working days and hours](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/work-days?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Users can set specific [work hour](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/work-hours?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/hide-weekend?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm).
117
+ * [Custom editor template](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/editor-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor.
118
+ * [Adaptive rendering](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/month-agenda?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
119
+ * [Export to Excel](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/excel-export?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Provides the options to Export the events to Excel formats.
120
+ * [Export and Import ICS](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/calendar-export-import?utm_source=npm&utm_medium=listing&utm_campaign=javascript-scheduler-npm) - Provides the options to Export and Import the events as ICS formats.
121
+ * [Keyboard interaction](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/keyboard-interaction?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs.
122
+ * [Localization](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
123
+ * [RTL](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports displaying the component to display in the direction from right to left.
56
124
 
57
125
  ## Support
58
126
 
59
- Product support is available through following mediums.
127
+ Product support is available through the following mediums.
60
128
 
61
- * Creating incident through Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm).
62
- * New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm).
63
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
129
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
130
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
131
+ * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
132
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)
133
+ * Live chat
64
134
 
65
- ## License
135
+ ## Changelog
66
136
 
67
- Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm).
137
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/schedule/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
68
138
 
69
- ## Changelog
139
+ ## License and copyright
140
+
141
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
142
+
143
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
70
144
 
71
- Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm).
145
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) for more info.
72
146
 
73
147
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.