Add half-baked implementation for first_ and last_occurence to Event

This commit is contained in:
Lennart
2023-09-21 15:16:58 +02:00
parent 0c71fec7fc
commit 900d432828
2 changed files with 130 additions and 4 deletions

View File

@@ -25,3 +25,6 @@ toml = "0.7.6"
ical = { git = "https://github.com/Peltoche/ical-rs.git", rev = "4f7aeb0", features = [
"generator",
] }
chrono = "0.4.31"
regex = "1.9.5"
lazy_static = "1.4.0"