Documentation for Team Calendars 3.2 and earlier.
See the [Latest Team Calendars documentation].

Team Calendars supports some configuration and debugging settings that can be enabled through Java system properties. System properties are usually set by passing the -D flag to the Java virtual machine in which Confluence is running. See the full instructions. These are mainly useful in the case of troubleshooting or performance issues. You may want to raise a support request if you are having problems with Team Calendars.

PropertyDefault ValueEffect
com.atlassian.confluence.extra.calendar3.notification.enabledtrue 
com.atlassian.confluence.extra.calendar3.concurrent.task.max20The max number of worker threads used by Team Calendars.
com.atlassian.confluence.extra.calendar3.greenhopper.sprint.enabledtrueIf set to false GreenHopper integration is disabled.
com.atlassian.confluence.extra.calendar3.jira.timeout.socket10000Timeout in milliseconds for the connection to Jira. Increasing this may help if you experience timeouts on Jira calendars.
com.atlassian.confluence.extra.calendar3.jira.issues.max1000The maximum number of events that will be loaded from a Jira calendar. Increasing this may cause performance issues.
com.atlassian.confluence.extra.calendar3.display.events.dashboard.maxperday10The maximum number of events that will be shown per day on the upcoming events view on the Confluence dashboard.
com.atlassian.confluence.extra.calendar3.display.events.calendar.maxpercalendar200The maximum number of events that can be displayed from a single calendar.
com.atlassian.confluence.extra.calendar3.display.events.calendar.maxperdaysummary3The maximum number of events that will be shown per day in the summary email.
com.atlassian.confluence.extra.calendar3.display.events.calendar.maxdailysummary4The maximum number of events that will be shown in total in the daily summary email.
com.atlassian.confluence.extra.calendar3.display.events.calendar.maxweeklysummary8The maximum number of events that will be shown in total in the weekly summary email.
  • No labels