Bug 447053 - Editing Google event causes incorrect year
Summary: Editing Google event causes incorrect year
Status: RESOLVED FIXED
Alias: None
Product: Merkuro
Classification: Applications
Component: general (other bugs)
Version First Reported In: 0.3.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Claudio Cambra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 00:31 UTC by Jonas
Modified: 2023-02-06 18:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)