Summary | CardDav URLs of shared calendars are not working |
Queue | Turba |
Queue Version | 4.2.0 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | it (at) freifeld-festival (dot) de |
Created | 07/30/2014 (3995 days ago) |
Due | |
Updated | 07/31/2014 (3994 days ago) |
Assigned | |
Resolved | 07/31/2014 (3994 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Bug 12380to addressbooks, not calendars. Sorry.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ CardDav URLs of shared calendars are not working
Type ⇒ Bug
State ⇒ Unconfirmed
group of users.
If I login with a user from the group, e.g. john@foobar.tld and click
on the calendar, the given CardDav-URLs do not work.
CardDav-Subscription:
https://mail.foobar.tld/addressbooks/info@foobar.tld/contacts:rQjnPdMWDNpPKEFOPmmiOQ6/
leads to:
<d:error><s:exception>Sabre\DAVACL\Exception\NeedPrivileges</s:exception><s:message>User did not have the required privileges ({DAV:}read) for path
"addressbooks/info@foobar.tld/contacts:rQjnPdMWDNpPKEFOPmmiOQ6"</s:message>
WebDav:
https://mail.foobar.tld/rpc/turba/info@foobar.tld/rQjnPdMWDNpPKEFOPmmiOQ6/
leads to:
d:error><s:exception>Sabre\DAV\Exception\NotFound</s:exception><s:message>File
not found:
rQjnPdMWDNpPKEFOPmmiOQ6</s:message><s:sabredav-version>1.8.10</s:sabredav-version></d:error>
If I replace info@foobar.tld with john@foobar.tld in the
CardDav-Subscription-URL, access to the shared calendar works. Using
https://mail.foobar.tld/rpc/addressbooks/-system-/contacts:rQjnPdMWDNpPKEFOPmmiOQ6 works,
too.