nwcell / ics.js

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

MacOS Calendar doesn't accept rrule property when lowercase #82

Open kieferslaton opened 3 years ago

kieferslaton commented 3 years ago

As it stands, when I try to open an ics-generated file that has an rrule property in Mac Calendar, I get a "server not responding" error and it only adds the first date in the repeat. I was able to fix this issue locally by changing rruleString = "rrule:FREQ="... to rruleString="RRULE:FREQ="

Thanks for the library, it's super helpful!

npruzaniec commented 3 months ago

I had this same issue. Would love to help fix this if possible to give permission to submit a PR.