Bug 447053

Summary: Editing Google event causes incorrect year
Product: [Applications] Merkuro Reporter: Jonas <kde>
Component: generalAssignee: Claudio Cambra <claudio.cambra>
Status: RESOLVED FIXED    
Severity: normal CC: carl, kishore96
Priority: NOR    
Version First Reported In: 0.3.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jonas 2021-12-16 00:31:35 UTC
SUMMARY
After editing the date of a "Google Groupware" event, the year is incorrectly affected.
Saving something like "17.12.21" as the date results in the event being set to occur in the year 1921.
Furthermore, defining a date in the DD.MM.YYYY format results in the following error: "Invalid dates provided"

STEPS TO REPRODUCE
1. Create a "Google Groupware" calendar source
2. Edit an existing event of the Google calendar
3. Change the date, eg. from "16.12.21" to "17.12.21"
4. Click Save

OBSERVED RESULT
- Year of event is 1921.

EXPECTED RESULT
- Year of event should be 2021.
- It should also allow users to set the date in the DD.MM.YYYY format.

SOFTWARE/OS VERSIONS
Linux: 5.14.21-2
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Comment 1 Claudio Cambra 2023-02-06 16:59:53 UTC
Hi Jonas, with 22.08.1 we shipped fixes to the date picker that should avoid this happening.

Thanks for reporting this issue!
Comment 2 Jonas 2023-02-06 18:39:46 UTC
Thanks Claudio :)