JavaScript-Ical-Parser
JavaScript-Ical-Parser copied to clipboard
Small improvements
Hi, I made some small changes (improvements?) to your JS iCal parser:
- Dates are now parsed as UTC and converted to local time
- Event time scope is now based on ending time (line 181)
- Continued lines (in my Google Calendar ics files basically a line break followed by single space in raw data, "\n ") are concatenated
maybe you are interested in taking them over, even though the project is perhaps not continued?
Thanks for the improvements!