Thanks again for the sample! Just what I needed - but now have a new challenge.
In the sample you provided, the SfSchedule control was added to the NavigationDrawer's ContentView in code behind. How to I setup the AppointmentMapping in code behind? I also want to bind a OnSelected to have a button for adding new Appointments. How do I set the values for SfSchedule.SelectionView from code behind?
For example, trying to map required fields, I get an exception when I try to run this:
schedule.AppintmentMapping.Colormapping = "color";
Sorry for the newbie questions.