Now the appointment is not displayed in the time-ruler when the appointment start and end value are the same.
Implement/Introduce min appointment height for Day and MultiDayView.
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"
The AppointmentTapCommand is not working on Android in DayView and WeekView, only works on MonthView.
When selecting an appoinment in Day/WeekView the Scheduler scrolls to top
If an Appointment Start-Value and End-Value are the same, the Appointment is not being shown in the Day- and in the Week-View
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.