On Wed, 08 Jul 2015 02:09:59 +0300,
Leo Francisco <[email protected]> wrote:
>
> Heya,
>
>
> I've upgraded OC to 8.1 and now my calDAV calendars are not syncing to
> Thunderbird with the Lightning Calendar extension.
Sharing calendar does not grant '{DAV:}read' permission for unknown
reason. I've just dirty hacked sabredav:
3rdparty/sabre/dav/lib/DAVACL/Plugin.php
checkPrivileges function:
foreach($privileges as $priv) {
if (!in_array($priv, $acl) and $priv != '{DAV:}read') {
$failed[] = $priv;
}
}
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user