https://bugs.kde.org/show_bug.cgi?id=339726
gjditchfi...@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 gjditchfi...@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 watching all bug changes.