View Issue Details

IDProjectCategoryView StatusLast Update
0005329SOGoWeb Calendarpublic2021-06-01 20:31
Reportercnaumer Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version5.1.0 
Summary0005329: Editing an one occurrence of a repeating event and saving it, the Description field is not displayed anymore.
Description

Editing an one occurrence of a repeating event and saving it, the Description field is not displayed anymore. This happens if the change to this one occurrence is done with TB 78 or 68 with the SOGo Plugin.
It does not happen when editing with the web interface (5.1 or 2.4).
It does not happen when editing with with an Iphone.

When displaying the raw source of the entry the Description is there!

Steps To Reproduce

Create an repeating event. Edit one occurrence in Thunderbird and save. The description field is then empty in TB and the web interface.

TagsNo tags attached.

Activities

cnaumer

cnaumer

2021-05-27 13:50

reporter   ~0015283

Here an example.

Original event:
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED:20210527T134649Z
LAST-MODIFIED:20210527T134801Z
DTSTAMP:20210527T134801Z
UID:c11e7f16-8aee-4961-b0e8-49033d016fcb
SUMMARY:TEST 1
RRULE:FREQ=WEEKLY
DTSTART;TZID=Europe/Berlin:20210528T124500
DTEND;TZID=Europe/Berlin:20210528T133000
TRANSP:OPAQUE
CLASS:PUBLIC
SEQUENCE:1
X-MOZ-GENERATION:3
DESCRIPTION:This is a Test\n\nhttps://xyz.com/whatever.php\n\n
END:VEVENT
BEGIN:VEVENT
CREATED:20210527T134741Z
LAST-MODIFIED:20210527T134801Z
DTSTAMP:20210527T134801Z
UID:c11e7f16-8aee-4961-b0e8-49033d016fcb
SUMMARY:TEST 1
RECURRENCE-ID;TZID=Europe/Berlin:20210604T124500
DTSTART;TZID=Europe/Berlin:20210604T133000
DTEND;TZID=Europe/Berlin:20210604T141500
SEQUENCE:2
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR

And here is one edited with TB:

BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED:20210527T134649Z
LAST-MODIFIED:20210527T134801Z
DTSTAMP:20210527T134801Z
UID:c11e7f16-8aee-4961-b0e8-49033d016fcb
SUMMARY:TEST 1
RRULE:FREQ=WEEKLY
DTSTART;TZID=Europe/Berlin:20210528T124500
DTEND;TZID=Europe/Berlin:20210528T133000
TRANSP:OPAQUE
CLASS:PUBLIC
SEQUENCE:1
X-MOZ-GENERATION:3
DESCRIPTION:This is a Test\n\nhttps://xyz.com/whatever.php\n\n
END:VEVENT
BEGIN:VEVENT
CREATED:20210527T134741Z
LAST-MODIFIED:20210527T134801Z
DTSTAMP:20210527T134801Z
UID:c11e7f16-8aee-4961-b0e8-49033d016fcb
SUMMARY:TEST 1
RECURRENCE-ID;TZID=Europe/Berlin:20210604T124500
DTSTART;TZID=Europe/Berlin:20210604T133000
DTEND;TZID=Europe/Berlin:20210604T141500
SEQUENCE:2
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR

cnaumer

cnaumer

2021-05-27 14:31

reporter   ~0015284

OK sorry about the rawdata there. I just noticed that it is always the same source displayed no matter what occurrence I copy/display. So this data is not helpful.

francis

francis

2021-05-27 14:41

administrator   ~0015285

Thunderbird doesn't copy the description of the main event to the occurrence. The SOGo connector is not altering this behaviour.

cnaumer

cnaumer

2021-05-27 14:42

reporter   ~0015286

So this is a TB Bug?

francis

francis

2021-05-28 16:13

administrator   ~0015290

Yes.

Issue History

Date Modified Username Field Change
2021-05-27 13:46 cnaumer New Issue
2021-05-27 13:50 cnaumer Note Added: 0015283
2021-05-27 14:31 cnaumer Note Added: 0015284
2021-05-27 14:41 francis Note Added: 0015285
2021-05-27 14:42 cnaumer Note Added: 0015286
2021-05-28 16:13 francis Note Added: 0015290
2021-06-01 20:31 francis Assigned To => francis
2021-06-01 20:31 francis Status new => acknowledged