fix: vobject 의존성 추가 + calendar 파싱 icalendar fallback

CalDAV 3.x에서 vobject 분리됨 → 이벤트 파싱 실패 원인.
vobject 설치 + icalendar fallback 파싱 추가.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-06 13:50:44 +09:00
parent f72eef6e31
commit 0b260eec5e
2 changed files with 21 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ pydantic-settings==2.5.0
aiosqlite==0.20.0
python-multipart==0.0.9
caldav>=1.3.0
vobject>=0.9.8