FullCalendar
These docs are a work in progress. Learn about v7 updates
Latest:  v7.0.0-beta.7
edit doc

Docs Event Clicking & Hovering

Handlers to know when an event has been clicked or hovered over.

eventClick
Triggered when the user clicks an event.
eventMouseEnter
Triggered when the user mouses over an event. Similar to the native mouseenter.
eventMouseLeave
Triggered when the user mouses out of an event. Similar to the native mouseleave.

Demo:

eventClick triggering