Skip to main content
.NET 6.0+

Scheduler (Manage Calendar Appointments)

Scheduling is one of the most critical parts of a business application. However, it is a complex task to implement and build a scheduler into an XAF application from scratch. That’s why the Scheduler module supplied with XAF is of great value when building a scheduling application. This module uses the Blazor Scheduler, WinForms Scheduler, and ASP.NET Web Forms Scheduler controls. These controls have a number of features that help you switch between different date views, use a date navigator and various appointment techniques, print and export source data, customize the appearance and so on.

Getting Started

Concepts

Task-Based Help

See Also