Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

The calendar portlet has two properties files: database.properties and configuration.properties.

In order to use a database other than HSQL you will need to configure database.properties and add the appropriate database dependency to the pom.xml file.

You may also need to change the names of the userinfo attributes in configuration.properties to match your portal installation. If you're using uPortal, you can check personDirectory.xml (or personDirectoryContext.xml in uP3).

Configuration, customization, and administration

Calendar Portlet extension and integration

Technical implementation details

This portlet is implemented using the Spring PortletMVC framework and hibernate. The calendar models and main parsing methods use the ical4j library.

  • No labels