fix(ical): fix timerange issue

accept iCal DATE-TIME + RFC 3339 fallback
This commit is contained in:
Edouard Vanbelle
2026-07-14 22:34:22 +02:00
parent bad3abba27
commit a67fcadeea
3 changed files with 406 additions and 16 deletions
+1
View File
@@ -169,6 +169,7 @@ hurl --variables-file "$API_DIR/test.env" --file-root "$REPO_ROOT/tests" --test
"$API_DIR/contacts.hurl" \
"$API_DIR/calendar.hurl" \
"$API_DIR/caldav_recurring.hurl" \
"$API_DIR/caldav_calendar_query.hurl" \
"$API_DIR/playlists.hurl" \
"$API_DIR/public_shares.hurl" \
"$API_DIR/permissions.hurl" \