Skip to Main Content
Feature Request FR-4918
Product Area Page Components
Status OPEN

1 Voters

declarative option for multiMonthYear on fullCalendar

sven.weller Public
· Jun 11 2026

Idea Summary
fullCalendar6 has a view called “multiMonthYear”. Make this a declarative option.  

Workaround

Currently we can enable that view using the advanced javascript section, for example like this:

 function (config) {
   config.endDateExclusive = false;
   config.headerToolbar.end = "";
   config.initialView = 'multiMonthYear';
   
   config.headerToolbar.left = 'prev,next today';
   config.headerToolbar.center = 'title';
   config.headerToolbar.right = 'multiMonthYear';
   config.multiMonthMaxColumns = 3;

   return config;

}

Preferred Solution (Optional)
New checkbox in the “additional calender views” section. 

Also improve the help text for this section.

This idea is open.