thybag / JavaScript-Ical-Parser

Proof of concept Javascript ical (.ics) parser
39 stars 19 forks source link

Small improvements #3

Open j08lue opened 10 years ago

j08lue commented 10 years ago

Hi, I made some small changes (improvements?) to your JS iCal parser:

  1. Dates are now parsed as UTC and converted to local time
  2. Event time scope is now based on ending time (line 181)
  3. 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?

chmullig commented 10 years ago

Thanks for the improvements!