dav: Migrate WebDav routes into a resource formalism

This commit is contained in:
Lennart
2023-09-13 12:46:48 +02:00
parent 759c4afee9
commit 31c7dcbd7d
14 changed files with 741 additions and 467 deletions

View File

@@ -0,0 +1,4 @@
pub mod calendar;
pub mod event;
pub mod principal;
pub mod root;