ical.js icon indicating copy to clipboard operation
ical.js copied to clipboard

Import dates without a time component

Open jfrumar opened this issue 10 years ago • 0 comments

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.

jfrumar avatar Feb 06 '15 20:02 jfrumar