immutable-ics icon indicating copy to clipboard operation
immutable-ics copied to clipboard

Immutable iCalendar document creation

Results 2 immutable-ics issues
Sort by recently updated
recently updated
newest added

Hi there thanks for your package. I am using it and it works all fine, but I can't influence the filename of the .ics. Firefox would add a cryptic string...

I'm in UTC+2 right now. For me, the [implementation of the `DATE` transform](https://github.com/angeloashmore/immutable-ics/blob/master/src/transformers.js#L10) decreases the day of any given `Date` by one. So `DATE(new Date(2017, 8, 29))` resolves to `'20170928'`...