[korganizer] [Bug 339726] KOrganizer wrongly states: import of .ics file without UIDs succeded.

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Apr 11 23:21:14 BST 2022


https://bugs.kde.org/show_bug.cgi?id=339726

gjditchfield at acm.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kcalendarcore/commit
                   |                            |/770ece2db6218fba373fbd84d3
                   |                            |ef39a3a29c9edf
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #6 from gjditchfield at acm.org ---
Git commit 770ece2db6218fba373fbd84d3ef39a3a29c9edf by Glen Ditchfield.
Committed on 11/04/2022 at 22:21.
Pushed by gditchfield into branch 'master'.

Create UIDs if necessary

If `ICalFormat::fromRawString()` processes a component that lacks a
UID property, it creates an instance with an invalid UID, which
violates RFC 5545.

This patch generates a UID from the component's property values, which
will be the same every time it is processed.

M  +114  -0    autotests/testicalformat.cpp
M  +3    -0    autotests/testicalformat.h
M  +17   -3    src/icalformat_p.cpp

https://invent.kde.org/frameworks/kcalendarcore/commit/770ece2db6218fba373fbd84d3ef39a3a29c9edf

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list