| Summary: | Separate Google calendar resources required for Calendar and Tasks | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Achilleas Koutsou <achilleas.k> |
| Component: | Google Resource | Assignee: | Daniel Vrátil <dvratil> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | achilleas.k, pim-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 4.11 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepim-runtime/77c3d1470098ca2e0ca5db23e4369a03cd206c3d | Version Fixed/Implemented In: | 4.11.3 |
| Sentry Crash Report: | |||
|
Description
Achilleas Koutsou
2013-10-08 14:28:52 UTC
Is it possible that by any chance you have to calendars or task lists with the same name? (In reply to comment #1) > Is it possible that by any chance you have to calendars or task lists with > the same name? Oh! Why, yes, I do. And yes, that is exactly the cause of the issue. The thought never crossed my mind. Thank you! Marking as RESOLVED - INVALID, unless this is something that should be handled by the resource without causing issues. Git commit 77c3d1470098ca2e0ca5db23e4369a03cd206c3d by Dan Vrátil. Committed on 21/10/2013 at 14:18. Pushed by dvratil into branch 'KDE/4.11'. Support case when a Google calendar and tasklist having the same name ...which is not supported by Akonadi. We use calendar/tasklist UID instead of the title as collection name. User-facing name is stored in DisplayAttribute, so the UID should not leak to users anywhere. FIXED-IN: 4.11.3 M +4 -15 resources/google/calendar/calendarresource.cpp http://commits.kde.org/kdepim-runtime/77c3d1470098ca2e0ca5db23e4369a03cd206c3d |