Skip to content

This repository contains a sample on How to get started with the Syncfusion .NET MAUI Scheduler (SfScheduler) control?

Notifications You must be signed in to change notification settings

SyncfusionExamples/getting-started-with-dotnet-maui-scheduler

Repository files navigation

Getting Started with the .NET MAUI Scheduler Control

The .NET MAUI Scheduler has nine built-in configurable view modes that provide basic functionality for scheduling, managing, and representing appointments efficiently. A quick start .NET MAUI project that shows how to create and configure the Syncfusion MAUI Scheduler to a .NET MAUI app. This project also includes a code snippet to add simple appointments to the Scheduler; change the default date, view, today’s date highlight color; and display week numbers.

Project pre-requisites

Make sure that you have the compatible versions of Visual Studio with .NET MAUI workloads and .NET SDK version in your machine before starting to work on this project.

How to run this application?

To run this application, you need to first clone the getting-started-with-dotnet-maui-scheduler repository and then open it in Visual Studio 2022. Now, simply build and run your project to view the output.

Features and Benefits

Recurring events

Easily configure recurring events on a daily, weekly, monthly, or yearly basis. Skip or change the occurrence of a recurring appointment.

Agenda view

Display the appointments (normal, all day, recurring, and span) in a chronological order, grouped by date.

Resource view

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

Right to left (RTL)

The .NET MAUI Scheduler supports displaying the Scheduler component from right to left for users working with RTL languages like Hebrew and Arabic.

Related Links

Learn More about .NET MAUI Scheduler

Download Free Trial

Pricing

Documentation

View Demos

Community Forums

Suggest a feature or report a bug

Knowledge Base

About Syncfusion .NET MAUI Controls

Syncfusion's .NET MAUI UI Controls library is the only suite that you will ever need to build an application since it contains over 40 high-performance, lightweight, modular, and responsive UI controls in a single package. In addition to Scheduler, we provide popular .NET MAUI Controls such as DataGrid, Charts, ListView, and Excel Library.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today we provide 1800+ controls and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, JavaScript, and .NET MAUI), and desktop development (WinForms, WPF, WinUI, UWP, Flutter, and .NET MAUI). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.


[email protected] | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

How to run the sample

  1. Clone the sample and open it in Visual Studio 2022 preview.

    Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.

  2. Register your license key in the App.cs file as demonstrated in the following code.

     public App()
     {
     	//Register Syncfusion license
     	Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
     
     	InitializeComponent();
     
     	MainPage = new MainPage();
     }
    

    Refer to this link for more details.

  3. Clean and build the application.

  4. Run the application.

License

Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.

About

This repository contains a sample on How to get started with the Syncfusion .NET MAUI Scheduler (SfScheduler) control?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages