From 17eddae2b0803f8fe51cb9a0c1d3d684f44e4a20 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 30 Jun 2025 13:05:50 +1000 Subject: [PATCH] Readme to explain why this is incomplete --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5a849..3713e4f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # wiredav -"Wires together" Sabre/Dav. A phrase that GPT used which I thought was cute. A simple PHP site that provides WebDAV, CalDAV and CardDAV without bloat. \ No newline at end of file +"Wires together" Sabre/Dav. A phrase that GPT used which I thought was cute. A simple PHP site that provides WebDAV, CalDAV and CardDAV without bloat. + +Pushing incomplete version up. The WebDAV makes this a little too much work for +me to take on at the moment. Calendar sharing seemed to work fine at one point +however I'm a little lost in the weeds on permissions and haven't tested the +latest database init. + +I'll circle back to this however I was expecting this to be a rather simple +implementation of the protocols, sufficient enough to replace baikal and +nextcloud. Unfortunately that's not the case.