Couldn't parse iCalendar - PRODID after END:VCALENDAR #820
-
|
https://icalendar.org/validator.html and https://ics-generator.de/validator.html tell me the file is valid: But I get the following error: Version: 2.4.3-gplay |
Beta Was this translation helpful? Give feedback.
Answered by
ArnyminerZ
May 14, 2026
Replies: 1 comment
-
|
Hi, this is in fact an invalid iCalendar file. See on RFC2445 section 4.6:
Yours doesn't include it, because the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sunkup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this is in fact an invalid iCalendar file. See on RFC2445 section 4.6:
Yours doesn't include it, because the
PRODIDis afterEND:VCALENDAR.