# Event Popover

When not all events will fit in a given day, you can display the excess events in a small window that will show up when the user clicks a "more" link.

This UI component only applies to [Month view](month-view.md), [DayGrid view](daygrid-view.md), and the "all-day" slot of [TimeGrid view](timegrid-view.md).

## Articles

- [dayMaxEventRows](dayMaxEventRows.md) - In dayGrid view, the max number of stacked event levels within a given day. This includes the +more link if present. The rest will show up in a popover.
- [dayMaxEvents](dayMaxEvents.md) - In, dayGrid view, the max number of events within a given day, not counting the +more link. The rest will show up in a popover.
- [eventMaxStack](eventMaxStack.md) - For timeline view, the maximum number of events that stack top-to-bottom. For timeGrid view, the maximum number of events that stack left-to-right.
- [moreLinkClick](moreLinkClick.md) - Determines the action taken when the user clicks on a "more" link created by the dayMaxEventRows or dayMaxEvents options.
- [popoverFormat](popoverFormat.md) - Determines the date format of title of the popover created by the moreLinkClick option.
- [More-Link Render Hooks](more-link-render-hooks.md) - These hooks apply to more-links across views. For subtype-specific styling, see Column More-Link Render Hooks and Row More-Link Render Hooks.
- [Column More-Link Render Hooks](column-more-link-render-hooks.md) - Column more-links appear in TimeGrid view when too many timed events overlap within a day column.
- [Row More-Link Render Hooks](row-more-link-render-hooks.md) - Row more-links appear in row-based layouts such as DayGrid rows and Timeline rows when too many events would otherwise be shown.

## Demos

- [Event popover when too many events](event-popover-demo)
