Summary: | Some calendar invites are not processed properly | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Cyrille Dunant <cyrille.dunant> |
Component: | VCard file resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl |
Priority: | NOR | ||
Version First Reported In: | 6.1.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-runtime/-/commit/2c4d702e630e832237f02b762890ca8ed03bd08c | Version Fixed In: | 24.08.2 |
Sentry Crash Report: |
Description
Cyrille Dunant
2024-08-13 16:28:48 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/183 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 492120 FIXED-IN: 24.08.2 M +22 -2 resources/ews/calendar/ewsfetchcalendardetailjob.cpp https://invent.kde.org/pim/kdepim-runtime/-/commit/2c4d702e630e832237f02b762890ca8ed03bd08c |