add event feature to caldav mcp server

This commit is contained in:
2026-05-17 16:57:32 +02:00
parent 2d2875ac32
commit b988f53346
8 changed files with 397 additions and 52 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ uuid = { version = "1.23.0", features = ["v4"], optional = true }
tower-http = { version = "0.6.8", features = ["auth"], optional = true }
thiserror = { version = "2.0.18", optional = true }
libdav = { version = "0.10.3", optional = true }
icalendar = { version = "0.17.10", optional = true, features = ["chrono-tz"] }
icalendar = { version = "0.17.10", optional = true, features = ["chrono-tz", "recurrence"] }
hyper-util = { version = "0.1.20", optional = true }
http = { version = "1.4.0", optional = true }
hyper-rustls = { version = "0.27.7", optional = true }