Configuring the Events widget
Configure the behavior of the community Events widgets by checking out the calendar-config.xml file and editing it directly.
Before you begin
Procedure
Check out the calendar-config.xml file,
edit configuration properties, and then check the file back in.
- Start the wsadmin client from the following
directory of the system on which you installed the Deployment Manager:
where app_server_root is the WebSphere® Application Server installation directory and dm_profile_root is the Deployment Manager profile directory, typically dmgr01.app_server_root\profiles\dm_profile_root\bin
You must start the client from this directory or subsequent commands that you enter do not execute correctly.
- Use the wsadmin client to access and check out the configuration
file:
- Open calendar-config.xml in a text editor.
- Edit any of the following configuration properties:
Option Description maxRepeatingCount Specifies the maximum number of instances of a repeating event. The default is 700. allowCommentsFromNonCommunityMember Specifies whether to allow all logged in users with access to the community to comment on the event. The default value is true. When the property is set to false, only community members can comment on the community events. icalFeed Specify the range of time for displaying events in a personal calendar. You can specify two values: - startFrom specifies how old in months an event can be.
- endTo specifies how far in the future in months an event can be.
- To check in the changed calendar-config.xml file,
use the following command:
LCConfigService.checkInCalendarConfig("working_directory", "cell_name")
- After making updates, type the following command to deploy
the changes:
synchAllNodes()
- To exit the wsadmin client, type
exit
at the prompt. - Stop and restart all the HCL Connections application servers.