Export with hours


Export events with times

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> 
Back to top

Calendar