Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
stongey opened this issue Apr 27, 2021 · 1 comment
Closed

Comments

@stongey
Copy link

stongey commented Apr 27, 2021

on this line:

ics.js/ics.js

Line 154 in dfec67f

rruleString = 'rrule:FREQ=' + rrule.freq;

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
Copy link
Author

stongey commented Apr 27, 2021

nevermind. Duplicate of #51 and #55

@stongey stongey closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant