I just discovered that calendar has two different actions: on event click and 'on cell click`.
on event click is self explanatory.
Regarding on cell click, how do I get which cell is clicked. In the context of the calendar, ideally it gives us which time window is clicked. Can you please elaborate?
Just a quick feedback, lack of documentation for standard elements is really adding time to build than it should.
@dorilamaon cell click event, the {} datetime is empty regardless of where I click on the calendar. And so is the case with domEvent. Were you able to retrieve the datetime upon cell click?