Go to file
Conrad Hoffmann 001917295d Add CalDAV support, refactor
The filesystem storage backend now implements the required functions to
act as a basic CalDAV server. Some refactoring was done based on the
go-webdav development: introduce a UserPrincipalBackend, a new function
to serve the user principal URL, and more. See this PR for lots of
details: https://github.com/emersion/go-webdav/pull/62

Also adds a simple facility for debug output.
2022-05-03 16:06:47 +02:00
auth Keep context keys private 2022-03-16 14:33:47 +01:00
cmd/tokidoki Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
debug Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
storage Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
go.mod Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
go.sum Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
LICENSE Initial commit 2022-02-21 09:52:55 +01:00
README.md Initial commit 2022-02-21 09:52:55 +01:00

tokidoki

Tokidoki is a (WIP) carddav and caldav server.