Implement download feature for calendars and addressbooks

Fixes #70
This commit is contained in:
Lennart
2025-06-10 17:23:11 +02:00
parent 300a0024ee
commit 103ac0b1f9
16 changed files with 223 additions and 15 deletions

4
Cargo.lock generated
View File

@@ -2693,6 +2693,8 @@ dependencies = [
"futures-util",
"headers",
"http",
"ical",
"percent-encoding",
"quick-xml",
"rustical_dav",
"rustical_dav_push",
@@ -2722,6 +2724,7 @@ dependencies = [
"derive_more",
"futures-util",
"http",
"percent-encoding",
"quick-xml",
"rustical_dav",
"rustical_dav_push",
@@ -2797,6 +2800,7 @@ dependencies = [
"hex",
"http",
"mime_guess",
"percent-encoding",
"rand 0.9.1",
"rust-embed",
"rustical_ical",