carlsednaoui / add-to-calendar-buttons

Easily add a "add to calendar" button to your websites. This JavaScript library supports Google Calendar, iCal, Outlook and Yahoo Calendar.
476 stars 171 forks source link

Add recurring events #18

Open gagarine opened 8 years ago

gagarine commented 8 years ago

Would be possible to add recurring events? Like https://developers.google.com/google-apps/calendar/concepts/events-calendars#recurring_events

alexgpark commented 8 years ago

^^ Second!

drnikki commented 5 years ago

A quick update - Google Calendar's "Add to Calendar" event link doesn't support recurring events or RRULE specifications that I can find. A few other libraries with similar functionality have reported that Google only supports recurring events when created through their API.

The workaround that we've used is to put the recurrence into the description of the event. :(

taykcrane commented 5 years ago

@drnikki ah, yep. That's the conclusion I came to as well a while ago, was hoping that you may have found another way! Oh well.