refactor: Migrate from internal CalendarClient to caldav library

This commit is contained in:
Chris Coutinho
2025-10-19 15:47:17 +02:00
parent 39dfa13895
commit d398a8c8e6
2 changed files with 184 additions and 0 deletions
+4
View File
@@ -15,6 +15,7 @@ dependencies = [
"pythonvcard4>=0.2.0",
"pydantic>=2.11.4",
"click>=8.1.8",
"caldav",
]
[tool.pytest.ini_options]
@@ -45,6 +46,9 @@ major_version_zero = true
[tool.ruff.lint]
extend-select = ["I"]
[tool.uv.sources]
caldav = { git = "https://github.com/cbcoutinho/caldav", branch = "feature/httpx" }
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"