Getting Started With The ASP.NET Core Scheduler Control
A quick-start ASP.NET Core web application project that shows how to add a Scheduler control by installing the Syncfusion.EJ2.AspNet.Core package from NuGet. This project contains code to change the current view of the Scheduler, change the current date, add appointments, and customize the views.
Refer to the getting started documentation for the Syncfusion ASP.NET Core Scheduler component: https://ej2.syncfusion.com/aspnetcore/documentation/schedule/getting-started
Check out this online example of exporting in the Syncfusion ASP.NET Core Scheduler component: https://ej2.syncfusion.com/aspnetcore/Schedule/Default#/material3
Project pre-requisites
Make sure that you have the compatible versions of Visual Studio 2022 and .NET 7.0 SDK framework in your machine before starting to work on this project.
How to run this application?
To run this application, you need to clone the getting-started-with-the-asp.net-core-scheduler-control
repository and then press the F5
key to run the application.