Summary: | iCalendar files with attachments are read incorrectly (file name) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kcalendarcore | Reporter: | sourcemaker <kde-bugzilla> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dcaliste, nate, winter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kcalendarcore/commit/8da06215b64a8ca1c0b8f523b644d03e646a6295 | Version Fixed In: | |
Sentry Crash Report: |
Description
sourcemaker
2021-04-25 12:46:37 UTC
Indeed, FILENAME is a Caldav standard by now. https://datatracker.ietf.org/doc/html/rfc8607 I'll see what I can do. Git commit 8da06215b64a8ca1c0b8f523b644d03e646a6295 by Allen Winter. Committed on 18/09/2021 at 14:44. Pushed by winterz into branch 'master'. icalformat_p.cpp - support ATTACH parameter FILENAME FILENAME is allowed per RFC860 Calendaring Extensions to WebDAV (CalDAV): Managed Attachments Note that KOrganizer still writes back the Incidence attachment's label with the X-LABEL parameter. M +6 -0 src/icalformat_p.cpp https://invent.kde.org/frameworks/kcalendarcore/commit/8da06215b64a8ca1c0b8f523b644d03e646a6295 |