JavaScript-Ical-Parser
JavaScript-Ical-Parser copied to clipboard
Homeaway and other .ics formats
This struggled with processing the .ics from homeaway.com.
Their format is:
BEGIN:VEVENT
UID:2739f1fd-dbb7-40f8-bf3c-a23ffcc30ae2
DTSTAMP:20180625T100336Z
DTSTART;VALUE=DATE:20160124
DTEND;VALUE=DATE:20160224
SUMMARY:Reserved - Rennovations 3
END:VEVENT
I've made it work on my local copy, but being able to strip off the ;value=date or to be able to process other value types might be useful if you do an update.
Anyway - thanks for this!