Hello,

i'm trying to import ics file (from Webcalendar) into SOGo and have a problem with recurrent events that shift on DST (French timezone).

For example, with this ics file:

   BEGIN:VCALENDAR
   X-WR-CALNAME;VALUE=TEXT:XXXXXXXX XXXXXXXX
   PRODID:-//WebCalendar-1.0.5
   VERSION:2.0
   METHOD:PUBLISH
   BEGIN:VEVENT
   UID:SATURNE-XXXX-XXXXXXXXX-FR-WEBCALENDAR-XXXXXXXXXXX-0000116175
   SUMMARY:FG : Test recurrent
   DESCRIPTION:Test d'évènement\\récurrent\\n
   CLASS:PUBLIC
   DTSTART:20130128T090000Z
   DTSTAMP:20130410T115241Z
   DTEND:20130128T113000Z
   RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO
   EXDATE:20130304T090000Z,20130318T090000Z,20130401T080000Z
   END:VEVENT
   END:VCALENDAR


The file imports ok. But when displayed in SOGo:

 * in march, event starts at 10am
 * in april, event starts at 11am


It seems that the file is imported as-is in the database:

   sogo=# select c_content from sogocomptede0014a51e955;
                              c_content
   -------------------------------------------------------------
     BEGIN:VCALENDAR
     BEGIN:VEVENT\r
     UID:1F80-51658100-3-3D265B00\r
     SUMMARY:FG : Test recurrent\r
     DESCRIPTION:Test d'évènement\\récurrent\\n\r
     CLASS:PUBLIC\r
     DTSTART:20130128T090000Z\r
     DTSTAMP:20130410T115241Z\r
     DTEND:20130128T113000Z\r
     RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO\r
     EXDATE:20130304T090000Z,20130318T090000Z,20130401T080000Z\r
     END:VEVENT
     END:VCALENDAR
   (1 ligne)


SOGo is version 2.0.4b-1 on Debian.


Christophe.

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to