Summary | Kolab driver: getByUid() must search all calendars |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/20/2013 (4336 days ago) |
Due | |
Updated | 08/20/2013 (4336 days ago) |
Assigned | |
Resolved | 08/20/2013 (4336 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 614f0e4b9620cd1d8c0028a4a3def6f676300af4
Author: Jan Schneider <jan@horde.org>
Date: Tue Aug 20 15:36:07 2013 +0200
[jan] Fix synchronization of shared events in Kolab driver
(Thomas Jarosch <thomas.jarosch@intra2net.com>,
Bug #12585).kronolith/docs/CHANGES | 2 ++
kronolith/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/614f0e4b9620cd1d8c0028a4a3def6f676300af4
commit 3ca8741f47c0bbfd91918992b97c4179464c8643
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Tue Aug 20 09:19:11 2013 +0200
Kolab driver: getByUid() must search all calendars
Otherwise syncing events from shared calendars via ActiveSync
does not work. The SQL driver already works like this.
Bug 12585Signed-off-by: Jan Schneider <jan@horde.org>
kronolith/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3ca8741f47c0bbfd91918992b97c4179464c8643
Priority ⇒ 1. Low
New Attachment: 0001-Kolab-driver-getByUid-must-search-all-calendars.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Kolab driver: getByUid() must search all calendars
Type ⇒ Bug
State ⇒ Unconfirmed
getByUid() currently does not search shared calendars for the Kolab
driver implementation.
This breaks f.e. sycning shared calendars via ActiveSync.
Cheers,
Thomas