hey there,
it's about SfSchedule in monodroid!
I get the appointments from device-calendar (my own class) and give them to the Schedule by using schedule.ItemsSource = myCollection;
with correct AppointmentMapping the appointments get displayed correct etc..
so f.e. on CellTapped I get ScheduleAppointment as argument but where is the link to the appointment-instance in myCollection?
in xamarin forms the argument is an Object and I just can castit but how does this work in native android?
isn't your Scheduler for xamaforms just the link-class and the renderer for the monodroid SfSchedule?
have a good day
mario