Hi,
I'm trying to intercept when an appointment is tapped in the schedule, in order to load a form with it's details.
I tried this way, adding that code to the basic sample found in the documentation of the schedule control, but the method didSelectInlineAppointment is never called.
Instead, other methods of the delegate, such as didSelectDate, are called.
I'm doing something wrong or there is a problem with the schedule control?