Implemented iCal file creation

This commit is contained in:
daladim 2021-04-12 09:23:37 +02:00
parent 0fe487c988
commit f32fe121aa
4 changed files with 77 additions and 1 deletions

View file

@ -24,3 +24,4 @@ async-trait = "0.1"
uuid = { version = "0.8", features = ["v4"] }
sanitize-filename = "0.3"
ical = "0.7"
ics = "0.5"