Open kibibytium opened 1 month ago
That's in fact an error with the iCal file.
A property line should not end with a ;
unless its a multi-line property.
Invalid example:
RRULE:FREQ=WEEKLY;UNTIL=20250122T094500;INTERVAL=1;
Valid multi-line example:
RRULE:FREQ=WEEKLY;UNTIL=20250122T094500;
INTERVAL=1;
We could look into it at some point and try modifying the parser to handle this error...
That's in fact an error with the iCal file. A property line should not end with a
;
unless its a multi-line property.Invalid example:
RRULE:FREQ=WEEKLY;UNTIL=20250122T094500;INTERVAL=1;
Valid multi-line example:
RRULE:FREQ=WEEKLY;UNTIL=20250122T094500; INTERVAL=1;
We could look into it at some point and try modifying the parser to handle this error...
Other applications can handle this, so it would be nice if we could remove the trailing semicolons
A trailing semicolon in the "RRULE" lines caused ParserErrors:
"RRULE is not an object could not parse property name: null"
A trailing semicolon on other property lines could also throw these errors.
Example ics file: