I see that the "onEventMouseEnter" and "onEventMouseLeave" do exist for the Scheduler, but not for the Calendar.
It would be nice to have them with a similar “args“ parameter as provided for “onEventMoving”, “onEventResizing“, etc. I would like to use those to display:
args.top.enabled = true;
args.top.html = args.start.toString('h:mm tt');
args.bottom.enabled = true;
args.bottom.html = args.end.toString('h:mm tt');