Summary | Include workaround or fix with non scheduling Horde Kronolith sabredav create event invites with attendees via caldav |
Queue | Kronolith |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | rs (at) sys4 (dot) de |
Created | 03/10/2014 (4139 days ago) |
Due | |
Updated | 05/27/2014 (4061 days ago) |
Assigned | |
Resolved | 05/27/2014 (4061 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 4dffef5328c7a7fabbda2ef0c1726904c1b29ca6
Author: Jan Schneider <jan@horde.org>
Date: Tue May 27 16:20:23 2014 +0200
Add synchronization of attendees via CalDAV.
No idea when we supported X-ATTENDEES but keep it for BC reasons.
Request: 13027kronolith/docs/CHANGES | 1 +
kronolith/lib/Application.php | 25 +++++++++++++++++++++++--
kronolith/lib/Event.php | 30 ++++++++++++++++++++++--------
kronolith/package.xml | 2 ++
4 files changed, 48 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/4dffef5328c7a7fabbda2ef0c1726904c1b29ca6
Lightning is able to know discover if the server doesn't support the
autoschedule automatically without the "schedule-agent" header. The
problem in this case seem to be another (see
http://bugs.horde.org/ticket/13126).
Implement the autoscheduling on server side will resolve the problem
but wont fir the client problems.
Regards.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Include workaround or fix with non scheduling Horde Kronolith sabredav create event invites with attendees via caldav
Type ⇒ Enhancement
State ⇒ New
over caldav from mozilla lightning, backend horde
reason Horde sabredav has not caldav scheduling fully enabled
but there is some workaround for sabredav
http://code.google.com/p/sabredav/wiki/IMipHandler
may it possible and makes sense to include the workaround
in i.e pear/php/Sabre/CalDAV/Plugin.php ?
Alternative how to force anounce no caldav scheduling to lightning
to fallback to client mail
lightning should react to fallback
with getting "SCHEDULE-AGENT") == "CLIENT"
see
http://mxr.mozilla.org/comm-central/source/calendar/providers/caldav/calDavCalendar.js#2609
Or alternative enable caldav scheduling in Horde Kronolith in total