I have the following problem: I have uploaded a CSV with dates of school holidays and school free days. For example May 1st is a holiday that starts on 20240501 and ends on 20240501 (the same day). This should be no problem when creating an iCal file, since we can set DTSTART and DTEND both to 20240501. However, open data soft seems to append the timestamp in any case, so it creates an iCal file with DTSTART and DTEND both being 20240501T000000Z. This results in an undefined behavior when opened with any calendar.
Is there a way to tell ods to just create full day events without time stamps?
Auto-translation 🪄
J'ai le problème suivant : j'ai téléchargé un fichier CSV avec les dates des vacances scolaires et des jours fériés. Par exemple, le 1er mai est un jour férié qui commence le 20240501 et se termine le 20240501 (le même jour). Cela ne devrait pas poser de problème lors de la création d'un fichier iCal, puisque nous pouvons définir DTSTART et DTEND à la fois sur 20240501. Cependant, Open Data Soft semble ajouter l'horodatage dans tous les cas, il crée donc un fichier iCal avec DTSTART et DTEND tous deux étant 20240501T000000Z. Cela entraîne un comportement indéfini lorsqu'il est ouvert avec n'importe quel calendrier. Existe-t-il un moyen de dire à ods de simplement créer des événements d'une journée complète sans horodatage ?