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 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.
Getting Started
Concepts
Task-Based Help
- How to: Access the List Editor’s Control
- How to: Perform Custom Actions When a Recurring Event’s Exceptional Occurrence is Created
See Also