I am currently implementing a dashboard with this really nice component. The issue I have is that I want to show it in two parts. On one part, I have the calendar view, and it appears as if the cells (days) are clickable, since the cell get a different style when selected. Also, some information on the current day events are presented below the calendar.
How can I capture this “tap” on the cell, so that I can use the atomic calendar in event mode to display a detailed list of events for that current day? I wish it was built in so these two modes of the calendar could work in tandem, but it is not the case. Also, there is no “tap” event hander that I can use that I am aware of.
How can I solve this?