View Issue Details

IDProjectCategoryView StatusLast Update
0005946SOGoWeb Calendarpublic2024-03-26 13:57
Reporterrof Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0005946: Repeating appointment is only displayed correctly after saving again
Description

A colleague has created a daily recurring appointment in SOGo or via the synchronized cell phone, which is only displayed on the first day. As soon as I open the appointment series again and save it again, the appointment is displayed correctly. I have exported the appointment as an ics file and can reproduce the behavior in the demo environment.

Steps To Reproduce
  1. log in to demo.sogo.nu

  2. switch to "Calender" and select the personal calendar

  3. import the file (repeating1day.ics) via the hamburger button of the calendar

  4. jump in the calendar to 2024-06-01 / 2024-06-02 -> appointment is displayed as a series only on this day

  5. open the appointment and select the button to edit the entire series

  6. save the appointment

  7. jump in the calendar to 2024-06-01 / 2024-06-02 -> appointment is displayed correctly on both days (export is attached as repeating2days.ics)

TagsNo tags attached.

Activities

rof

rof

2024-03-26 13:57

reporter  

repeating1day.ics (814 bytes)   
BEGIN:VCALENDAR
PRODID:-//Inverse inc./SOGo 5.10.0//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
LAST-MODIFIED:20240220T101645Z
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20240102T191717Z
UID:5ea0c44e-d5d8-4b95-ad36-27493e29a651
SEQUENCE:2
SUMMARY:TEST
DTSTART;TZID=Europe/Berlin:20240601T100000
DTEND;TZID=Europe/Berlin:20240601T200000
RRULE:FREQ=DAILY;UNTIL=20240602T060000Z;WKST=MO
STATUS:CONFIRMED
BEGIN:VALARM
TRIGGER:-PT10M
ACTION:DISPLAY
DESCRIPTION:TEST
END:VALARM
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
repeating1day.ics (814 bytes)   
repeating2days.ics (893 bytes)   
BEGIN:VCALENDAR
PRODID:-//Inverse inc./SOGo 5.10.0//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
LAST-MODIFIED:20240220T101645Z
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20240102T191717Z
UID:5ea0c44e-d5d8-4b95-ad36-27493e29a651
SEQUENCE:3
SUMMARY:TEST
DTSTART;TZID=Europe/Berlin:20240601T100000
DTEND;TZID=Europe/Berlin:20240601T200000
STATUS:CONFIRMED
CLASS:PUBLIC
BEGIN:VALARM
TRIGGER;RELATED=START;VALUE=DURATION:-PT10M
ACTION:DISPLAY
SUMMARY:TEST
DESCRIPTION:TEST
END:VALARM
RRULE:FREQ=DAILY;UNTIL=20240602T180000Z
TRANSP:OPAQUE
LAST-MODIFIED:20240326T130038Z
END:VEVENT
END:VCALENDAR
repeating2days.ics (893 bytes)   

Issue History

Date Modified Username Field Change
2024-03-26 13:57 rof New Issue
2024-03-26 13:57 rof File Added: repeating1day.ics
2024-03-26 13:57 rof File Added: repeating2days.ics