The following sample demonstrates how to add a calendar view using Kendo Scheduler in Sitefinity Feather Event widget.
- .NET Framework 4.5 or higher
- Feather 1.6 or later
- Clone the feather-samples repository.
- Open KendoEvents project in Visual Studion.
- Check if version of Feather nugets referenced in KendoEvents project is the same as the version that you have in your project. It they are different make sure to upgrade the KendoEvents project to your version.
- Build the KendoEvents project.
- Reference the KendoEvents.dll from your Sitefinity’s web application.
- Copy
SitefinityWebApp/Mvc/Views/Event/List.Scheduler.cshtmlto your web site root path~/Mvc/Views/Event/List.Scheduler.cshtml. - Scheduler is now an available option to choose a view in list settings of any Event widget instance.