This package provides the functionality to utilize the features of Syncfusion® .NET Maui Scheduler control and more.
$ dotnet add package Syncfusion.Maui.SchedulerThe Syncfusion.Maui.Scheduler package contains the Syncfusion Scheduler component for .NET MAUI application. The Syncfusion .NET MAUI Scheduler component is an event calendar that is used to scheduler and manage appointments through an intuitive user interface, similar to the native device calendar.
By using the following IDEs, you can develop .NET MAUI applications
The below tool is required to run the MAUI application.
To initialize the Scheduler control add the below code to your xaml file.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="SchedulerTest.MainPage"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:scheduler="clr-namespace:Syncfusion.Maui.Scheduler;assembly=Syncfusion.Maui.Scheduler"
BackgroundColor="White">
<ContentPage.Content>
<scheduler:SfScheduler View="Day">
</scheduler:SfScheduler>
</ContentPage.Content>
</ContentPage>
For other features code snippet, please check this documentation link
This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (MAUI, Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). 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.
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.