You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixInvalidDayOffsetPreprocessor processes the whole ics file as a long string. The tests only run on a string containing the isolated DURATION property though, so they did not catch the inability to parse DURATION as a VALUE.
sunkup
changed the title
FixInvalidDayOffsetPreprocessor fails when applied to the whole iCal property stringFixInvalidDayOffsetPreprocessor fails
Nov 4, 2024
FixInvalidDayOffsetPreprocessor
processes the whole ics file as a long string. The tests only run on a string containing the isolatedDURATION
property though, so they did not catch the inability to parse DURATION as a VALUE.Reported in ICSx5: bitfireAT/icsx5#462
This works fine:
and this does not:
The text was updated successfully, but these errors were encountered: