Add event sync

This commit is contained in:
2024-08-10 18:01:09 +02:00
parent dd4b29c669
commit c683e61c96
10 changed files with 387 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ pydantic = "^2.8.2"
pydantic-settings = "^2.4.0"
aiofiles = "^24.1.0"
httpx = "^0.27.0"
icalendar = "^5.0.13"
pytz = "^2024.1"
[build-system]