In Development
Last Updated: 15 Apr 2024 13:40 by ADMIN
Scheduled for 7.0.0 (2024 Q2)

When selecting MonthView from the 3-dot menu on the Scheduler component, the app hangs on iOS. 

To workaround the issue add the following to the Page where the Scheduler resides:

xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls"
ios:Page.UseSafeArea="True"

Unplanned
Last Updated: 14 Mar 2024 11:32 by Chris
Currently the built-in views for appointment management are shown as new modal pages on Mobile and as absolute layouts over the page on Desktop.  Provide a way for the developer to modify how the views are displayed, for example, inside popup or non-modal page.
Unplanned
Last Updated: 07 Mar 2024 21:10 by Tetha
Created by: Tetha
Comments: 0
Category: Scheduler
Type: Feature Request
0
Provide a way to increase the line height of the All-day slot.
Unplanned
Last Updated: 04 Mar 2024 06:38 by Dong
Created by: Dong
Comments: 0
Category: Scheduler
Type: Feature Request
1
Provide AgendaView in the Scheduler for .NET MAUI
Completed
Last Updated: 31 Jan 2024 07:55 by ADMIN
Release 6.7.0
Currently, the time ruler in the Maui Scheduler is set to 24 hour mode. The Scheduler time ruler should have the option to change the time format based on the device culture, or an option to set the format on control level.