ical.js
ical.js copied to clipboard
Import dates without a time component
In an ICS event with these properties:
DTSTART;TZID=America/New_York:20110625
DTEND;TZID=America/New_York:20110626
The dates aren't parsed at JS dates, but returned as strings. This update will return them as date objects.