mozilla / releases-comm-central

EXPERIMENTAL - copy of comm-central for forking on github
160 stars 96 forks source link

78.4.0 CalDav integration broken on OSX #34

Open monochromec opened 3 years ago

monochromec commented 3 years ago

When trying to schedule an event using a calendar accessed by CalDav, I get the following error message:

Lightning: CalDAV: Unexpected status adding item to NC: 404 CalDavCalendar.jsm:631 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;BYDAY=-1SU;BYMONTH=3 END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 END:STANDARD END:VTIMEZONE BEGIN:VEVENT CREATED:20201106T081519Z LAST-MODIFIED:20201106T081530Z DTSTAMP:20201106T081530Z UID:b856b490-5f72-7e49-8161-92c607b57ebc SUMMARY:CaldV DTSTART;TZID=Europe/Berlin:20201107T130000 DTEND;TZID=Europe/Berlin:20201107T140000 TRANSP:OPAQUE END:VEVENT END:VCALENDAR

Only happens on OSX (10.15.7), issue is not reproducible on various Linux platforms (FC33 with 78.4.0 and Groovy with 78.3.2).

Let me know if more info is required.