I can't seem to figure out a way how to read recurrence settings of an CalendarEventSeries
using Google Apps Script.
There is a setRecurrence
method; I am looking for something like getRecurrence
hoping it would return an EventRecurrence
object representing the recurrence settings of an EventSeries
.
Any ideas?
Why do I need this? I simply want to copy an event from one calendar to another, keeping the recurrence settings (if any).