JavaScript-Ical-Parser icon indicating copy to clipboard operation
JavaScript-Ical-Parser copied to clipboard

Small improvements

Open j08lue opened this issue 11 years ago • 1 comments

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?

j08lue avatar Apr 22 '14 11:04 j08lue

Thanks for the improvements!

chmullig avatar Aug 20 '14 14:08 chmullig