roughing in calendar

This commit is contained in:
Matthew Ryan Dillon 2025-05-10 20:45:15 -04:00
parent 897b9e0443
commit a279081b71
5 changed files with 266 additions and 18 deletions

View file

@ -14,3 +14,5 @@ serde_json = "1.0"
chrono-tz = "0.8"
tokio = { version = "1.37", features = ["full"] }
scraper = "0.18"
ical = "0.8"
rrule = "0.14.0"