Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-schedule

Package Overview
Dependencies
Maintainers
2
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-schedule - npm Package Compare versions

Comparing version 16.2.47 to 16.2.49

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 16.2.47 (2018-08-07)
### Schedule

@@ -7,0 +9,0 @@

{
"name": "Schedule",
"description": "Schedule Components",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
"keywords": {

@@ -10,3 +10,15 @@ "common": [

"schedule",
"ej2-schedule"
"resources",
"multiple-resources",
"grouping",
"views",
"calendar",
"appointments",
"events",
"tasks",
"recurrence",
"data-binding",
"timezone",
"recurrence-editor",
"agenda"
],

@@ -17,3 +29,4 @@ "angular": [

"ng-schedule",
"ej2-ng-schedule"
"ej2-ng-schedule",
"angular-schedule"
],

@@ -20,0 +33,0 @@ "react": [

4

dist/ej2-react-schedule.umd.min.js
/*!
* filename: ej2-react-schedule.umd.min.js
* version : 16.2.47
* version : 16.2.49
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license.

* filename: ej2-react-schedule.umd.min.js
* version : 16.2.46
* version : 16.2.47
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -15,0 +15,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-react-schedule",
"version": "16.2.47",
"description": "Essential JS 2 Schedule Component for React",
"version": "16.2.49",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
"author": "Syncfusion Inc.",

@@ -10,2 +10,19 @@ "license": "SEE LICENSE IN license",

"syncfusion",
"web-components",
"schedule",
"resources",
"multiple-resources",
"grouping",
"views",
"calendar",
"appointments",
"events",
"tasks",
"recurrence",
"data-binding",
"timezone",
"recurrence-editor",
"agenda",
"react",
"react-schedule",
"ej2-react-schedule"

@@ -22,5 +39,5 @@ ],

"dependencies": {
"@syncfusion/ej2-base": "~16.2.46",
"@syncfusion/ej2-react-base": "~16.2.46",
"@syncfusion/ej2-schedule": "16.2.47"
"@syncfusion/ej2-base": "~16.2.49",
"@syncfusion/ej2-react-base": "~16.2.49",
"@syncfusion/ej2-schedule": "16.2.49"
},

@@ -27,0 +44,0 @@ "devDependencies": {

@@ -1,1 +0,71 @@

Repositary for ej2-react-template
# ej2-react-schedule
The [schedule](https://github.com/syncfusion/ej2-react-schedule) 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/react/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.
![Schedule](https://ej2.syncfusion.com/products/images/schedule/readme.png)
> 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).
> 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.
## Setup
To install Schedule and its dependent packages, use the following command.
```sh
npm install @syncfusion/ej2-react-schedule
```
## Resources
* [Getting Started](https://ej2.syncfusion.com/react/documentation/schedule/getting-started.html)
* [View Online Demos](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/default)
* [Product Page](https://www.syncfusion.com/products/react/scheduler)
## Supported Frameworks
Schedule component is also available in following list of frameworks.
1. [Angular](https://github.com/syncfusion/ej2-ng-schedule)
2. [VueJS](https://www.syncfusion.com/products/vue/scheduler)
3. [ASP.NET Core](https://www.syncfusion.com/products/aspnetcore/scheduler)
4. [ASP.NET MVC](https://www.syncfusion.com/products/aspnetmvc/scheduler)
5. [JavaScript (ES5)](https://www.syncfusion.com/products/javascript/scheduler)
## Showcase samples
* Fare Calendar ([Live Demo](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/resources))
## Key Features
* [**Views**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/views) - Schedule is now availed with 6 different view modes – day, week, work week, 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.
* [**Data binding**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/remote-data) - 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.
* [**Multiple resources**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/group) - 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.
* [**Recurrence**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/recurrence-events) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
* [**Template**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/event-template) - 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.
* [**Timezone**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/timezone) - 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.
* [**Timescale**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/time-scale) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots.
* [**Customizable working days and hours**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/work-days) - Users can set specific [work hour](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/work-hours) 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/16.2.41/react/demos/#/material/schedule/hide-weekend).
* [**Custom editor template**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/editor-template) - 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.
* [**Adaptive rendering**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/month-agenda) - 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.
* [**Keyboard interaction**](https://ej2.syncfusion.com/16.2.41/react/demos/#/material/schedule/keyboard) - 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.
* [**Localization**](https://ej2.syncfusion.com/react/documentation/schedule/localization.html#localization) - 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.
* [**RTL**](https://ej2.syncfusion.com/react/documentation/schedule/localization.html#rtl) - Supports displaying the component to display in the direction from right to left.
## Support
Product support is available through following mediums.
* Creating incident through Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2).
* New [GitHub issue](https://github.com/syncfusion/ej2-react-schedule/issues/new).
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
## License
Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license).
## Changelog
Check the changelog [here](https://github.com/syncfusion/ej2-react-schedule/blob/master/CHANGELOG.md).
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc