jasonleibowitz / react-add-to-calendar-hoc

Simple Unopinionated React Add to Calendar Button. Bring your own components.
http://leibowitz.me/react-add-to-calendar-hoc/docs/
MIT License
70 stars 40 forks source link

Recurring Events #56

Open doublejosh opened 2 years ago

doublejosh commented 2 years ago

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

doublejosh commented 2 years ago

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.

doublejosh commented 2 years ago

https://github.com/jasonleibowitz/react-add-to-calendar-hoc/pull/58

doublejosh commented 2 years ago

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

jasonleibowitz commented 2 years ago

@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?

doublejosh commented 2 years ago

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.