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

Homeaway and other .ics formats

Open blm-unikent opened this issue 7 years ago • 0 comments

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!

blm-unikent avatar Jun 29 '18 07:06 blm-unikent