Summary | Cannot subscripe to nextcloud calendars |
Queue | Kronolith |
Queue Version | 4.2.21 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | Twilek (at) gmx (dot) de |
Created | 06/29/2017 (2927 days ago) |
Due | |
Updated | 10/20/2017 (2814 days ago) |
Assigned | |
Resolved | 06/29/2017 (2927 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 4.2.22 |
Patch | No |
commit f1ed7686194976dcfcfd77d38ffe62478a32688f
Author: Jan Schneider <jan@horde.org>
Date: Thu, 29 Jun 2017 17:34:51 +0200
Fall back to regular ICS calendars if CalDAV fails (
Bug #14662).M lib/Driver/Ical.php
https://github.com/horde/kronolith/commit/f1ed7686194976dcfcfd77d38ffe62478a32688f
commit 9487266be0099d38d4154ce0d25863fa686ea14f
Author: Jan Schneider <jan@horde.org>
Date: Thu Jun 29 17:31:22 2017 +0200
Fall back to regular ICS calendars if CalDAV fails (
Bug #14662).kronolith/lib/Driver/Ical.php | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/9487266be0099d38d4154ce0d25863fa686ea14f
State ⇒ Resolved
Milestone ⇒ 4.2.22
commit 9c385aa8e6f6010e2c17ad14740026849e93c882
Author: Jan Schneider <jan@horde.org>
Date: Thu Jun 29 17:31:22 2017 +0200
Fall back to regular ICS calendars if CalDAV fails (
Bug #14662).kronolith/lib/Driver/Ical.php | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/9c385aa8e6f6010e2c17ad14740026849e93c882
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Cannot subscripe to nextcloud calendars
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
form of a URL like that:
"webcal://www.ahlhauser-hammer.de/nextcloud/remote.php/dav/public-calendars/6K8S4FL9MRQ49443?export"
That Horde does not understand. Changing "webcal" to "https" and
entering that in a browser will yield a download of
"6K8S4FL9MRQ49443.ics" with the calendar info included
This works with Google Calender and similar calendars but not with
Horde ("Ressource not found").
Jan Schneider answered in the mailing list to this:
"Looks like the server identifies itself as a CalDAV server (returning
"calendar-access" from an OPTIONS request), but then returns a 404
status code when retrieving a REPORT request. I would consider this a
bug, but me may be able to work around this."