Table des matières

Sujet précédent

3.1. badges -

Sujet suivant

3.3. document3D – Step et documents 3D

Cette page

Autres langues

3.2. calendrier – Calendar views

Introduit dans la version 1.2.

This application adds the following features:

  • show timeline and history pages as a calendar
  • export of calendars to iCalendar (.ics) format

3.2.1. Dependencies

This application optionally depends on django-ical to export generated calendars to iCalendar format.

To install django-ical: pip install django-ical.

3.2.2. settings.py

To enable the calendrier application, it must be enabled in the settings file: add 'openPLM.apps.calendrier' to the list of installed applications (INSTALLED_APPS).

3.2.3. Testing

To test this application, visit the timeline or any history page. A Calendar link should be visible. Visit this link, you should see a nice calendar. If django-ical is installed, a download link is available at the bottom of the page.