nwcell / ics.js

A browser firendly VCS file generator written entirely in javascript!!!!!!
MIT License
620 stars 258 forks source link

lowercase 'rrule' causes calendar app on Mac to not recognize recurrence #79

Closed stongey closed 3 years ago

stongey commented 3 years ago

on this line: https://github.com/nwcell/ics.js/blob/dfec67f37a3c267b3f97dd229c9b6a3521222794/ics.js#L154

If I edit the resulting file and change rrule to RRULE, it works.

Only tested on Mac High Sierra 10.13.6

Workaround is to build my own RRULE string, but that's a pain...

stongey commented 3 years ago

nevermind. Duplicate of #51 and #55