ics-js
ics-js copied to clipboard
Create ICS files in ES6
I am having some issues with trying to build the script to support IE10. Could you provide a shim version that has backward compatebility?
In the RFC (https://tools.ietf.org/html/rfc5545#section-3.3.5), a UTC date can be specified in the following format without a TZID: 19980119T070000Z However, the formatDate helper does not allow the option of emitting the...
Assign a list of valid value types to properties, e.g. `TEXT`, `DATE`, `DATE-TIME`. Properties have a list of allowable value types per the RFC. By limiting the list of value...
\n, commas and semicolons [must be replaced](https://tools.ietf.org/html/rfc5545#section-3.3.11) in text values with 2 characters each: "\n", "\," and "\;" respectively. However, this is just for TEXT values, not for comma or...