This sample demonstrates the full capabilities of the Syncfusion React Schedule by integrating all available APIs into a single, interactive experience. Users can dynamically enable or disable features such as CRUD operations, template customizations, resource color customizations, editing, and exporting—directly through the UI—without writing a single line of code. This makes it an ideal tool for presales evaluations, customer demos, and internal testing, allowing users to explore and understand the schedule’s flexibility and power in real time.
Make sure that you have the compatible versions of Visual Studio Code and NodeJS or later version in your machine before starting to work on this project.
- Clone the react-feature-rich-schedule repository.
- Run the
npm install
command to install the required packages - Replace YOUR_LICENSE_KEY in registerLicense method of the index.tsx file with your license key.
- Run your project using the
npm start
command.
For more help, check the Syncfusion React Schedule example, Syncfusion React Schedule documentation.