[Akonadi] [Bug 492120] crash on parsing outlook event
Daniel Vrátil
bugzilla_noreply at kde.org
Fri Sep 13 11:53:11 BST 2024
https://bugs.kde.org/show_bug.cgi?id=492120
--- Comment #6 from Daniel Vrátil <dvratil at kde.org> ---
Git commit 2c4d702e630e832237f02b762890ca8ed03bd08c by Daniel Vrátil.
Committed on 13/09/2024 at 10:21.
Pushed by dvratil into branch 'release/24.08'.
Attempt to workaround EWS servers sometimes returning broken iCal
Apparently it's a known issue that some versions of EWS (including Outlook365)
in some situations return an invalid iCal that is missing the closing
END:VCALENDAR entry. This causes the event to be missing at best or to
crash the EWS code at worst.
This workaround simply checks for presence of END:VCALENDAR in the response
and if it's missing it will simply append it to the end.
Related: bug 491681
FIXED-IN: 24.08.2
M +22 -2 resources/ews/calendar/ewsfetchcalendardetailjob.cpp
https://invent.kde.org/pim/kdepim-runtime/-/commit/2c4d702e630e832237f02b762890ca8ed03bd08c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list