Completed
Last Updated: 12 Feb 2025 09:06 by ADMIN
Release 10.0.0 (2025 Q1)

Having the following style:

            <Style TargetType="Button" x:Key="TodayButtonStyle">
                <Setter Property="Text" Value="today today" />
                <Setter Property="TextColor" Value="#674BB2" />
                <Setter Property="BackgroundColor" Value="{OnPlatform Default=#66C3B4DF, Android=Transparent, iOS=Transparent}" />
                <Setter Property="BorderWidth" Value="0" />
            </Style>

I cannot change the Today's button text.

Completed
Last Updated: 16 Dec 2024 13:31 by ADMIN
Release 9.0.0
If you use the Scheduler control inside a Shell app, editing an existing appointment and closing the EditAppointment Dialog leads to an IndexOutOfRangeException on iOS.
Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 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"

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.