We are creating a calendar based on a JQL expression to pull in JIRA issues. When viewing the calendar, a message is displayed on the top of the screen stating that some events were not shown in the calendar below because there are too of them.
How many are too many?
How can we view all events?
CalendarMessage.png
Hey JT,
From this KB article: https://confluence.atlassian.com/display/CONFKB/'Some+events+were+not+shown+in+the+calendars+below+because+there+were+too+many+of+them'+error+in+Team+Calendar
By default, it's 200 events per calendar. Note that this limit applies to all events in one calendar, and not just the events that are displayed on screen.
For the resolution of this one and also how to get more events, we would need to add the "com.atlassian.confluence.extra.calendar3.display.events.calendar.maxpercalendar" system property for the JAVA_OPTS of Confluence regarding the number of events that you want to display. Through the linked article, you can get more details on how to do it.
Hope it helps you, JT!
Regards,
Giuliano T.
Confluence/Crowd Support
Giuliano, I found the KB article and have made the change in my testing env. I am trying to find out what, if any, performance impact there is for changing this default setting. I realize that loading a calendar with more events may take longer, but are there any other performance impacts I should know about?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.