u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
448 stars 144 forks source link

Skip empty lines #259

Closed todeveni closed 4 years ago

todeveni commented 4 years ago

Google Calendar public ICS calendars have an empty line at the end of the file and ics-parser tries to parse it into an key:value array.

  1   Illuminate\Foundation\Bootstrap\HandleExceptions::handleError("Trying to access array offset on value of type bool", "/vendor/johngrogg/ics-parser/src/ICal/ICal.php")
      /vendor/johngrogg/ics-parser/src/ICal/ICal.php:627
u01jmg3 commented 4 years ago

Thanks for reporting