We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.1
America/Chicago
3.4.0
Linux
Recently I've heard from a few users that they're getting this error:
Fatal error: Uncaught Exception: Invalid iCal date format.
I've traced it back to one particular calendar vendor whose output includes the line DTEND:None when events do not have an end date/time set.
DTEND:None
It's my understanding/assumption that this is not a valid DTEND value. But, nevertheless, it's showing up in feeds.
DTEND
BEGIN:VCALENDAR PRODID:Redacted VERSION:2.0 BEGIN:VEVENT SUMMARY:Redacted DTSTART;TZID=Europe/Berlin:20230112T180000 DTEND:None DTSTAMP:20240627T162224Z UID:2e408c67c5c649bd3128 CLASSIFICATION:Redacted DESCRIPTION:Redacted LOCATION:Redacted URL:https://example.com END:VEVENT END:VCALENDAR
The text was updated successfully, but these errors were encountered:
Feel free to propose a PR. Note v3.4.1 is the latest version.
Sorry, something went wrong.
No branches or pull requests
PHP Version
8.1
PHP date.timezone
America/Chicago
ICS Parser Version
3.4.0
Operating System
Linux
Description
Recently I've heard from a few users that they're getting this error:
Fatal error: Uncaught Exception: Invalid iCal date format.
I've traced it back to one particular calendar vendor whose output includes the line
DTEND:None
when events do not have an end date/time set.It's my understanding/assumption that this is not a valid
DTEND
value. But, nevertheless, it's showing up in feeds.Steps to Reproduce
BEGIN:VCALENDAR
PRODID:Redacted
VERSION:2.0
BEGIN:VEVENT
SUMMARY:Redacted
DTSTART;TZID=Europe/Berlin:20230112T180000
DTEND:None
DTSTAMP:20240627T162224Z
UID:2e408c67c5c649bd3128
CLASSIFICATION:Redacted
DESCRIPTION:Redacted
LOCATION:Redacted
URL:https://example.com
END:VEVENT
END:VCALENDAR
The text was updated successfully, but these errors were encountered: