I am looking for a way to handle a CalendarInlineEvent being tapped but I cannot seem to locate it.
I have found this post: https://www.syncfusion.com/forums/124342/on-tap-event-of-detail-appointment
But the void Handle_OnCalendarTapped(object sender, Syncfusion.SfCalendar.XForms.CalendarTappedEventArgs args) only fires when a day is clicked and the multiple appointments are shown. It does not fire where I try to click/tap on the appointments themselves. I have also tried Cal_OnInlineLoaded but that doesn't seem to give me what I want either.
Is there an event that we can capture that is fired after the inline events are listed and one is then clicked/tapped? Do I need to switch to SfSchedule for this?