I have several calendars in Google Calendar. I'm learning Google Script and would like to create a script that copies an event from one of my calendars to another with a chance to modify parameters such as recurrence.
相关问题
- How can I force all files in a folder to be owned
- Google Apps Script: testing doPost() with cURL
- Google Apps Script to turn in, grade, and return a
- Script fails on SpreadsheetApp.openById - Requires
- Is service account in google calendar api v3 the r
相关文章
- Google Calendar - Permission to Access
- How to allow access for importrange function via a
- Google app script trigger not working
- Set Date/Time to 00:00:00
- indexOf returning -1 despite object being in the a
- How can my Google Apps Script be run by others the
- How to stop execution of Google Apps Script?
- Profiling the Performance of a Google App Script
Some code to start with:
this should get you started,
This is an old thread but here is how to get the recurrence field:
More info on Events:
Event, resource representation: https://developers.google.com/calendar/v3/reference/events
Recurring field string format: https://developers.google.com/calendar/concepts/events-calendars#recurring_events