We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The WinUI Scheduler control is used to schedule and manage appointments through an intuitive user interface, similar to the Windows calendar. It supports eight different views: day, week, workweek, month, timeline day, timeline week, timeline workweek, and timeline month. The control’s rich feature set includes:

  • A built-in appointment editor for modifying appointments.
  • On-demand appointment loading .
  • Localization to meet the needs of different regions.

Views

A wide range of built-in view modes are available: day, week, workweek, month, timeline day, timeline week, timeline workweek, and timeline month.

WinUI Scheduler Day View

Day

WinUI Scheduler Week View

Week

WinUI Scheduler Timeline Month View

Timeline month

WinUI Scheduler Month View - Event Calendar

Month


Events

Render recurring, all-day, and spanned appointments to visualize your schedules and events easily. Appointments contain information on events scheduled at specific times. In addition to default appointments, users can use their own collections to connect a business entity to an appointment by mapping its fields, such as start time, end time, subject, notes, and recurrence.

WinUI Scheduler Week View with Appointments


Recurring events

Easily configure recurring events on a daily, weekly, monthly, or yearly basis. You can also skip or change an occurrence of a recurring appointment.

WinUI Scheduler with Recurring Events


Resource grouping

Group appointments based on the resources associated with them in day, week, workweek, timeline day, timeline week, timeline workweek, and timeline month views.

WinUI Scheduler with Events Grouped by Resources


Load on demand

Load appointments on demand in the visible date range and display a loading indicator for end users. Loading on demand improves the loading performance of appointments across multiple years.

WinUI Scheduler Loading Appointments on Demand


Month agenda view

Display appointments in a list below the month view by clicking a day.

WinUI Scheduler Month Agenda View


Calendar types

Supports different types of calendars such as Gregorian, Korean, Hebrew, Hijri, Taiwan, Thai, Umm al-Qura, Persian, and Julian. The default calendar type is Gregorian.

Calendar types in WinUI Scheduler


Appointment editing and rescheduling

WinUI Scheduler Appointment Editor

Built-in appointment editor

You can easily create, edit, or delete appointments using the built-in appointment editor.

WinUI Scheduler Context Flyout

Context menu and commands

The WinUI Scheduler context menu displays shortcut options to add, edit, and delete appointments during user interactions, such as right-clicking appointments, time slots, and month cells. Use built-in RoutedUICommands to handle the context menu options.

WinUI Scheduler Appointment Drag and Drop

Drag and drop

  • Easily reschedule an appointment by dragging it from one time slot or month cell and dropping it into a different time slot or month cell.
  • Restrict the rescheduling of certain appointments and prevent appointments from being dropped in specific slots.

WinUI Scheduler Appointment Resizing

Resizing

You can quickly extend or reduce an appointment’s start and end times by resizing the appointment.


Time zones

Display appointments created in various time zones in a single system. Appointment start and end times are also automatically adjusted and displayed based on daylight saving time.

WinUI Scheduler Time Zones


Special time region

Create special time regions to highlight time slots in day, week, workweek, timeline day, timeline week, and timeline workweek views. Merge adjacent special time regions and show them as a single region instead of separately for each day in the week and workweek views.

WinUI Scheduler Showing Special Time Region


Flexible working days

Customize the workdays in a workweek so that the remaining days will be hidden from the view.

Flexible Working Days in WinUI Scheduler


First day of the week

Customize the first day of the week as needed. The default first day is Sunday.

WinUI Scheduler First Day of Week


Date restriction

Prevent navigation before a minimum date and beyond a maximum date. This restricts users from selecting dates outside the specified time range.


Appearance customization

Provide a unique and consistent look to your scheduler with appearance customization using styles, data templates, and theme support.

WinUI Scheduler Appearance Customization


Localization and globalization

Display the current date and time by following globalized date and time formats. Localize all available static text in the WinUI Scheduler.

WinUI Scheduler Localization


WinUI Scheduler Code Example

Easily get started with the WinUI Scheduler using a few simple lines of C# code as demonstrated below. Also explore our WinUI Scheduler Example that shows you how to render and configure the scheduler.

<syncfusion:SfScheduler x:Name="Schedule" ViewType="Week" />
ScheduleAppointmentCollection appointments = new ScheduleAppointmentCollection();
ScheduleAppointment appointment = new ScheduleAppointment();
appointment.Subject = "Meeting";
appointment.StartTime = new DateTime(2021, 10, 5, 9, 0, 0);
appointment.EndTime = new DateTime(2021, 10, 5, 10, 0, 0);
appointments.Add(appointment);
this.Schedule.ItemsSource = appointments;



Syncfusion WinUI DataViz & UI Controls

Frequently Asked Questions

Syncfusion WinUI Scheduler provides the following features:

  • Eight different types of view modes: day, work week, week, month, timeline day, timeline week, timeline work week, and timeline month.
  • Render recurring, all-day, and spanned appointments to visualize schedules and events easily.
  • Load appointments on-demand to improve performance when loading appointments spanning multiple years.
  • Resource Grouping that groups appointments based on the resources or dates in timeslot views.
  • One of the best WinUI Schedulers in the market that offers a feature-rich UI to interact with the software.
  • Adapts to different time zones and cultures instantly.
  • Set appointment reminders by using the ReminderAlertOpening event.
  • Appointment editing (CRUD operations) can be done using the appointment editor and context menu.
  • Customize the appearance easily.
  • Simple configuration and APIs.
  • Extensive demos, documentation to learn quickly and get started with the WinUI Scheduler.

You can find our WinUI Scheduler demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile