Toolbar and Filters
Navigation controls, date picker, view switcher, event type legend, and density settings
The calendar toolbar sits above the calendar grid and provides navigation, date display, and view switching. Additional filtering and display controls are available in the Settings dock.
Navigation Controls
The toolbar contains three navigation elements arranged in a row:
- Previous button -- Moves the calendar backward by one unit matching the current view (one day, one week, or one month). The button is disabled when FullCalendar's internal date profile generator reports no valid previous range.
- Today button -- Jumps back to the current date. This is the date display itself, styled as a clickable button. When you are already viewing today, the button is disabled and a tooltip reads "Already showing today." When you are away from today, a pulsing dot indicator appears and a calendar icon animates in on hover.
- Next button -- Moves the calendar forward by one unit. Like the Previous button, it is disabled when no valid next range exists.
All three buttons support RTL layouts. In RTL mode, the arrow icons swap direction so they point outward correctly.
Date Display
The current date range is shown as text between the navigation arrows. It acts as the Today button -- clicking it returns you to the current date. On hover, a calendar icon slides in beside the date text and a subtle underline appears. The text content is generated by FullCalendar's title format for the active view (for example, "January 2026" in Month view or "Jan 5 -- 11, 2026" in Week view).