DAVx5 sendet bei calendar-query oft nur <time-range start=.../> ohne end. Mein Code hat dann blind CalendarEvent.dtstart < None gefiltert, was SQLAlchemy mit TypeError abbrechen liess - Ergebnis HTTP 500, Sync scheitert komplett. Zwei Korrekturen: * end-Filter wird nur gesetzt wenn end wirklich vorhanden ist * time-range-Parser strippt tzinfo, damit Vergleiche mit den tz-naiven DB-Spalten keine Exception werfen Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| requirements.txt | ||
| wsgi.py | ||