Added an iCal parser

This commit is contained in:
daladim 2021-03-29 09:31:22 +02:00
parent f6d542460c
commit b54fe5e228
6 changed files with 195 additions and 0 deletions

View file

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