Since the latest update (19.08.2), the akonadi_davgroupware_resource fails to synchronize calendars with Nextcloud. Apache on the Nextcloud server logs "400 Bad Request": xxxxx.xxxxxxx.xxx xxxx:xxxx:xxxx:xxxx:b531:a31b:c199:4ccb - gcr [05/Nov/2019:12:07:28 -0600] "REPORT /remote.php/dav/calendars/gcr/xxxxx/ HTTP/1.1" 400 276 "-" "Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_10/5.12.2 Safari/534.34" And the Nextcloud log shows: [webdav] Fatal: Sabre\DAV\Exception\BadRequest: A calendar-query REPORT on a calendar with a Depth: 0 is undefined. Set Depth to 1 at <<closure>>
After a lot more digging, it appears that this may be fixed by <https://bugs.kde.org/show_bug.cgi?id=413316>. Any idea when this might hit the pkg repo?
Soon :)
A commit references this bug: Author: tcberner Date: Fri Nov 8 08:13:41 UTC 2019 New revision: 517033 URL: https://svnweb.freebsd.org/changeset/ports/517033 Log: devel/kf5-kio: add upstream patch for nextcloud calendar support. Upstream PR: https://bugs.kde.org/show_bug.cgi?id=413316 PR: 241741 Reported by: Greg Rivers <gcr@tharned.org> Changes: head/devel/kf5-kio/Makefile head/devel/kf5-kio/files/ head/devel/kf5-kio/files/patch-git_02a8d3d
This should be fixed, feel free to reopen if the issue persists.