Unplanned
Last Updated: 04 Nov 2024 16:21 by Shalin
Show week number in the Month view
Unplanned
Last Updated: 22 Oct 2024 09:56 by Venkata
For example I want to display appointments in Scheduler MonthView with different render mode, only shape, only text, or both. 
Unplanned
Last Updated: 17 Oct 2024 12:39 by Venkata
I need information whether the date is from current month and out of scope for Month view definition. In such way I can set different style based on a custom logic.
Unplanned
Last Updated: 20 Aug 2024 10:18 by Nico

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.

Declined
Last Updated: 20 Aug 2024 10:24 by ADMIN

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

Unplanned
Last Updated: 13 Aug 2024 10:01 by ADMIN
Created by: Nico
Comments: 3
Category: Scheduler
Type: Bug Report
0

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

Unplanned
Last Updated: 16 Jul 2024 15:16 by William
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.
Unplanned
Last Updated: 02 Oct 2024 19:36 by ADMIN
Created by: William
Comments: 2
Category: Scheduler
Type: Feature Request
1
Provide an event raised when an existing appointment is updated.
Unplanned
Last Updated: 11 Jun 2024 15:18 by ADMIN
Please implement the ability to use shapes next the appointment text just like we can in Xamarin for telerik:RadScheduler month view.
Declined
Last Updated: 11 Jun 2024 15:13 by ADMIN
Created by: Matthew
Comments: 1
Category: Scheduler
Type: Feature Request
0
Please implement SpecialSlotStyleSelector for MonthViewDefinition so that we can easily change the weekend column to a different colour - This was available in Xamarin
Unplanned
Last Updated: 28 May 2024 20:39 by AGX31
Tested on Samsung Galaxy S10 running Android 12 and a Samsung Galaxy S8 Android 9, the component Scheduler has been firing the AppointmentTapped event unreliably (meaning, it takes between 2-5 tap to have the edit dialog pop up or fire a custom method in the code-behind bound to the event).
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
3
Provide AgendaView in the Scheduler for .NET MAUI
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.