Skip to main content
A newer version of this page is available. .

Scheduler (Manage Calendar Appointments)

  • 2 minutes to read

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 eXpressApp Framework is of great value when building a scheduling application. This module uses the WinForms Scheduler and ASP.NET Web Forms Scheduler controls. These controls provide a number of features that will help if you need to switch between different date views, use a date navigator and various appointment techniques, print and export source data, customize the appearance and so on.

Note

Until the Scheduler Module supports Blazor UI, it is possible to integrate the Blazor Scheduler control into your Blazor application manually. The following topic describes how to do this: Blazor - How to support the XAF Scheduler Module scenarios (display and edit appointments and resources in a calendar).

Getting Started

Concepts

Task-Based Help

See Also