server: broken parsing of google ics

This commit is contained in:
2025-08-19 09:51:58 -07:00
parent 574de65c35
commit c2428c073c
3 changed files with 155 additions and 5 deletions

View File

@@ -29,6 +29,8 @@ flate2 = "1.1.2"
futures = "0.3.31"
headers = "0.4.0"
html-escape = "0.2.13"
icalendar = "0.17.1"
ical = "0.10"
letterbox-notmuch = { path = "../notmuch", version = "0.17.34", registry = "xinu" }
letterbox-shared = { path = "../shared", version = "0.17.34", registry = "xinu" }
linkify = "0.10.0"