The full-page calendar is enhanced with new display parameters:
Mobile display has also been improved.
A new "Events Calendar" service is available in the "Search" category.
Based on the search engine, this service offers 2 views:
This service allows you to :
The "Full-page calendar" service lets you display remote calendars.
During configuration, the following information is requested:
For more information on the Full Page Diary service, please visit this page.
Export to iCal format now supports events/news items with start and end dates containing hours.
Reminder
For content to be displayed in a calendar and exported in iCal format, it must have a "start-date " field and, optionally, an "end-date" field. This is the case for the "News" content type by default.
To authorize times on start and end dates, the "start-date" and "end-date" fields must be of "datetime " type (instead of "date").
<cms:metadata name="start-date" type="datetime"> <label i18n="false">Date et heure de début</label> <description i18n="false">Date et heure de début de l'événement</description> </cms:metadata> <cms:metadata name="end-date" type="datetime"> <label i18n="true">Date et heure de début</label> <description i18n="true">Date et heure de fin de l'événement</description> </cms:metadata>
Any content type with a "start-date" or "datetime" field can be exported in iCal (.ics) format.
url is of the form [URL_SERVEUR]/_plugins/calendar/[LANG]/export-event.ics?contentId=[ID_CONTENT]
Integration example: adding a link to rendered content
<a class="link export" href="{$site-uri-prefix}/_plugins/calendar/{@language}/export-event.ics?contentId={@id}">Exporter au format iCal</a>