You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export is saved with a name specified using "->setName". This works fine, but for every export, it creates a new calendar with the same name + "([num of calendars])", for example "testCalendar", "testCalendar(1)", "testCalendar(2)" etc.
How can I append the new exported data to the original "testCalendar" rather than having it spawn a new version of the calendar?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The export is saved with a name specified using "->setName". This works fine, but for every export, it creates a new calendar with the same name + "([num of calendars])", for example "testCalendar", "testCalendar(1)", "testCalendar(2)" etc.
How can I append the new exported data to the original "testCalendar" rather than having it spawn a new version of the calendar?
Beta Was this translation helpful? Give feedback.
All reactions