Hi Pau,
Thank you for contacting Syncfusion support.
Your requirement of customizing the Appointment rendering in Schedule Xamarin.Forms can be achieved by passing the required customized view / template to the Schedule Appointment. It can be achievable in following two ways.
· By passing the required customized view (Ex: Label, Button, images inside the layouts) to the View property of AppointmentLoadedEventArgs in OnAppointmentLoadedEvent of Schedule. Using Appointment property of AppointmentLoadedEventArgs, you can get the appointment details such as Subject, StartTime, Endtime, etc. and set the values the customized view.
· By setting required customized template (Ex: Label, Button, images inside the layouts) to the AppointmentTemplate property of Schedule.
You can refer our online User Guide documentation regarding the same by the following link,
We hope this helps. Please let us know, if you need any further assistance.
Regards,
Subburaj Pandian V