Hi Luca,
We have created a support incident under your account to track the status of this issue. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know, if you have any query.
Regards,
Swathi G
Hi Jose,
Thank you for using Syncfusion products.
We have checked and we are unable to reproduce the mentioned issue with “SelectedAppointment in Schedule Xamarin Forms” from our side. We have prepared a sample based on your requirement, please find the sample below,
Sample link: ScheduleTestingSample
If the provided sample doesn’t work, could you please revert us by modifying the provided sample with more information (ScheduleView, Locale) along with its replication procedure, so that we could analyze on it and provide you a solution.
Regards,
Subburaj Pandian V.
Hi Jose,
We have created a support incident under your account to track the status of this issue. Please log on to our support website to check for further updates.
Please let us know, if you have any query.Regards,
Swathi G
Hi Jeronimo,
Thank you for the update.
We have created a new support incident under your account to track the status of this issue. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know, if you have any query.
Regards,
I am getting the same problem with MonthView, I am using 15.3.0.33.
I have a very simple app built in Visual Studio 2017.
The appointment displays correctly in both Week and Month view but the appointment is always empty on CellTapped on the MonthView.
If I set showAppointmentsInline = true and click on the cell, the correct data is shown inline but the CellTapped event has a null Appointment
Is this still broken?
weirdly enough I found that if I removed the appointment style in code for the view it passed back the appointment as it should. If i add the appointmentstyle back in code (viewmodel) then the appointment comes back as null.