use 'icalendar' crate (standard is too complex to implement myself)

This commit is contained in:
Joeri Exelmans 2025-09-23 15:17:55 +02:00
parent 1aa2e60870
commit 32d4c24702
4 changed files with 66 additions and 13 deletions

View file

@ -7,3 +7,4 @@ edition = "2024"
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
icalendar = "0.17.3"