Switch event representation such that properties can be extracted

This commit is contained in:
Lennart
2023-09-20 16:40:38 +02:00
parent 94500d25d6
commit 0c71fec7fc
6 changed files with 63 additions and 13 deletions

View File

@@ -22,3 +22,6 @@ sqlx = { version = "0.7.1", features = [
] }
tokio = { version = "1.32.0", features = ["sync", "full"] }
toml = "0.7.6"
ical = { git = "https://github.com/Peltoche/ical-rs.git", rev = "4f7aeb0", features = [
"generator",
] }