davepar / gcalendarsync

Apps Script for syncing a Google Spreadsheet with Google Calendar
MIT License
161 stars 46 forks source link

Repeat Events #21

Open GCIOCCAS opened 7 years ago

GCIOCCAS commented 7 years ago

Hello Dvepar, Thanks a lot for your script, it has helped me a lot.

I need your help to make the perfect script for this calendar. I need to run events in a recurring day, like I need the events to be scheduled or repeat on my calendar every Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday. how could we make this possible thanks a lot for your help

davepar commented 7 years ago

Recurring events are fairly complicated. There are daily/weekly/monthly/yearly rules and exclusions. Since I didn't need them, I didn't implement them.

Docs here: https://developers.google.com/apps-script/reference/calendar/calendar#createEventSeries(String,Date,Date,EventRecurrence)

cdagesse commented 6 years ago

So what do we change to add a recurring event yearly on that month and day? We have a sheet that has anniversary and birthdays on it and want ti show every year.