Hi Subburaj,
Thanks for the reply. Is the CellTapped event a method in the SFSchedule class? Because I can't seem to use it. For example the following code:
SFSchedule schedule = new SFSchedule();
schedule.CellTapped += someMethod;
results in a compile error as "SFSchedule does not contain a definition for CellTapped"
Am I missing something? Is there some other library or something I need to import? Could I perhaps be using an old version that didn't contain these methods?