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 WinForms Scheduler control (Event Calendar) allows users to schedule and manage appointments through an intuitive user interface. It has different view modes such as day, week, work week, and month view to display appointments. Its rich feature set includes recurring appointments, appointment drag and drop, appearance customization, globalization, localization, and more.



High-Performance

The feature-rich WinForms Scheduler can easily handle a large number of appointments.


WinForms Scheduler UI experience

Rich User Experience

The user interface is very interactive and lets users perform operations like creating, editing, and rescheduling appointments. Set appointment reminders to notify upcoming appointments.


Highly Customizable

The WinForms Scheduler can easily be customized based on the requirement. Time intervals for appointments can also be customized. Provide a unique and consistent look to your scheduler with appearance customization using styles, data templates, and themes.

WinForms Scheduler appearance


WinForms Scheduler recurring patterns

Recurrence Patterns

Specify daily, weekly, monthly, and yearly recurrence patterns for appointments.

*Recurrence rule documentation


Localization

All visible strings in the WinForms Schedular user interface can be localized to any desired language.

WinForms Scheduler custom culture


WinForms Scheduler office2016 Colorful theme

Themes

The WinForms Scheduler control comes with a large number of themes to quickly create elegant interfaces that look and feel like Windows, Office, Outlook, and other popular platforms.


Localization

All visible strings in the user interface can be localized to any desired language.

WinForms Scheduler custom culture


WinForms Scheduler office2016 Colorful

Themes

The WinForms Scheduler control comes with a large number of themes to quickly create elegant interfaces that look and feel like Windows, Office, Outlook, and other popular platforms.


WinForms Scheduler Code Example

Easily get started with the WinForms Scheduler control (Event Calendar) using a few simple lines of C# code example as demonstrated below. Also explore our WinForms Scheduler Example that shows you how to render and configure the WinForms Scheduler.

using Syncfusion.Schedule;
using Syncfusion.Windows.Forms.Schedule;
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        ScheduleControl scheduleControl1;
        public Form1()
        {
            InitializeComponent();
            scheduleControl1 = new ScheduleControl();
            scheduleControl1.Location = new Point(82, 12);
            scheduleControl1.Size = new Size(350, 360);
            this.Controls.Add(scheduleControl1);
            this.Load += Form1_Load;
        }
        private void Form1_Load(object sender, EventArgs e)
        {
            ArrayListDataProvider data = new ArrayListDataProvider(); //Updating datasource items
            data.MasterList = new ArrayListAppointmentList();
            data.FileName = "default.schedule";
            this.scheduleControl1.ScheduleType = ScheduleViewType.Month;
            this.scheduleControl1.DataSource = data;
        }
    }
}



95+ WINDOWS FORMS CONTROLS

Frequently Asked Questions

The Syncfusion WinForms Scheduler control provides the following features:

  • Plan and manage recurring appointments easily.
  • Choose from different view modes such as day, week, work week, and month view to display appointments.
  • Easily drag and drop an appointment from one time slot to another.
  • One of the best WinForms Scheduler in the market that offers feature-rich UI to interact with the software
  • Simple configuration and API.
  • Built-in support for exporting the Scheduler control into various formats.
  • Save or load a Scheduler control to an XML file.
  • Extensive demos and documentation to learn quickly and get started with WinForms Scheduler.

You can find our WinForms Scheduler demo on GitHub location.

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

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Windows Forms Resources

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