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.
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.
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.
Easily configure recurring events on a daily, weekly, monthly, or yearly basis. Skip or change the occurrence of a recurring appointment.
Display the appointments (normal, all day, recurring, and span) in a chronological order, grouped by date.
Group appointments based on the resources associated with them in the timeline day, timeline week, timeline workweek, and timeline month views.
The .NET MAUI Scheduler supports displaying the Scheduler component from right to left for users working with RTL languages like Hebrew and Arabic.
Learn More about .NET MAUI Scheduler
Suggest a feature or report a bug
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.
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
-
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.
-
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.
-
Clean and build the application.
-
Run the application.
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.