thybag / JavaScript-Ical-Parser

Proof of concept Javascript ical (.ics) parser
39 stars 19 forks source link

Homeaway and other .ics formats #7

Open blm-unikent opened 6 years ago

blm-unikent commented 6 years ago

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!