You are looking at documentation for an older release. Not what you want? See the current release documentation.
The CalendarService
configuration of the Calendar application can be found
here.
Use the CalendarService
to configure the Calendar. The following information will explain details of its
configuration. When this configuration file is executed, the component named
org.exoplatform.calendar.service.impl.CalendarServiceImpl
will process actions of the Calendar application.
<component>
<key>org.exoplatform.calendar.service.CalendarService</key>
<type>org.exoplatform.calendar.service.impl.CalendarServiceImpl</type>
<init-params>
<properties-param>
<name>eventNumber.info</name>
<property name="eventNumber" value="100"/>
</properties-param>
</init-params>
</component>
Details:
Properties-Param | Property name | Possible Value | Default Value | Description |
---|---|---|---|---|
eventNumber.info |
eventNumber
|
integer
|
100
| The number of events in a calendar. |