I need to use different DataTemplates in SfSchedule control. What I have found so far is to use only "static" AppointmentTemplate which does not "features" possibility to bind also custom DataTemplateSelector. There is also an event ScheduleAppointmentLoaded where I have possibility to twek style of the concrete event, but the complexity of our Template does not allow to do that.
Is there any possibility to use DataTemplateSelector with SfSchedule for UWP?
Thank you, Kristian