The XamScheduler control provides a common scheduling solution for presenting and managing time periods and the associated activities.
The control itself is represented by the XamScheduler class which can be configured to visualize different views. The views are switched using the ViewMode property which should be set to a value of type SchedulerViewMode. By default the control renders a month view with an integrated agenda view which shows only the appointments for the selected day.
The following screenshots show the views provided by the control:
More information regarding each view can be found under the Views section.
The following topics provide the basic information you need to know to get started with the control.