I have the following in the old Forms project which I have mostly ported to MAUI, however I have the following which I can't find implemented in MAUI
(forms version)
xmlns:calendarCommands="clr-namespace:Telerik.XamarinForms.Input.Calendar.Commands;assembly=Telerik.XamarinForms.Input"
<telerik:RadCalendar.Commands>
<calendarCommands:ShowAddAppointmentViewCommand />
<calendarCommands:ShowEditAppointmentViewCommand />
<calendarCommands:CalendarUserCommand />
</telerik:RadCalendar.Commands>
</telerik:RadCalendar>
None of these appear to have an equivelent in MAUI
Is there a guide to moving these command over or is there a plan in a future update to have them?