Skip to content

Support iCal file import and export

Lionel Duboeuf requested to merge personal/lduboeuf/support_ics_importexport into main

Support import/export of iCalendar files.

Due to QtOrganizer limitation, we can't import/export Location and Attendees fields, as a work around we use a third party ical js library to handle both fields.

On Import view:

Capture d’écran de 2024-01-09 12-27-18.png

Import Error:

Capture d’écran de 2024-01-05 13-53-05.png

Import Error: No events found:

Capture d’écran de 2024-01-05 13-55-22.png

On Calendar Option view:

Capture d’écran de 2024-01-05 12-19-33.png

Export Popup

Capture d’écran de 2024-01-05 12-24-02.png

Individual event: add "Share" button

Capture d’écran de 2024-01-05 12-19-43.png

fixes #179

contribute to #115

Edited by Lionel Duboeuf

Merge request reports