Closed phibr0 closed 4 years ago
You are right, I'm going to fix this but if you open a PR before I'll be glad to merge it :)
Just've made a fix published in version 0.1.1
of the package. If empty lines are allowed in the parsing (which is enabled by default) it won't throw an error anymore if there is a newline at the end of the file.
Many auto generated .ics Files end with an empty line under the
END:VCALENDAR
, but this package throws an error saying the file doesnt end with anEND:VCALENDAR
Statement. If i find some time in the near future i will propably open a Pull Request fixing this issue.