jasonleibowitz/react-add-to-calendar-hoc

Recurring Events

doublejosh opened this issue · 5 comments

Would be great to add recurring events (RRULE) to the API.

The google link parameter is... &recur=RRULE:FREQ%3DDAILY
https://developers.google.com/calendar/api/guides/recurringevents

I've been messing with this trying to get it done...
https://www.textmagic.com/free-tools/rrule-generator

I tried this package, but it seemed broken and injected classes for unmentioned dependencies.
https://github.com/tien271/react-add-to-calendar-recurring

Looks like I should fork and start updating methods like googleShareUrl, etc.

I've been using this live for almost a year. Is it possible to get this reviewed/merged?

@doublejosh I actually don't use this package anymore and as you can tell haven't really maintained this repo. How would you like to be made a maintainer to help take it over?

I feel ya. I'm willing to get this merged, mostly so other folks can use it. Maybe I can lend a hand with a few issues in the future.