dataMapping = new ScheduleAppointmentMapping();
dataMapping.SubjectMapping = "EventName";
dataMapping.StartTimeMapping = "From";
dataMapping.EndTimeMapping = "To";
dataMapping.ColorMapping = "color";
schedule.AppointmentMapping = dataMapping;
meetings = customDataViewModel.ListOfMeeting;
schedule.DataSource = meetings;
Sample Screenshot: MonthInlineAppointment_Color
Sample Path: Xamarin/sample/Forms/SampleBrowser/ => Schedule/GettingStarted
If the above provided solution doesn’t meet your requirement, could you please revert us back with more information such as Xamarin Version, Android Device configurations along with simple issue reproducing sample (if possible)? So, that we can analyze on your requirement further and provide you a possible solution.
Query #2;
As mentioned in the previous update “Change the Default style/Color of Month Appointment Rendering” will be implement in any our upcoming releases. We appreciate your patience until then.
Regards,
Nijamudeen M.
Thank you for the update. We are happy that the given solution has met your requirement, please let us know if you need any further assistance.
Regards,
Subburaj Pandian V