A Google Apps Script that lets you create templates to generate calendar appointments weekly, according to specifications.
Created and maintained through ChatGPT.
- Go to script.google.com
- Click "New Project"
- Rename your project (e.g., "WeeklyCal")
- Go to calendar.google.com
- Click the three dots ⋮ next to your calendar in the left sidebar
- Click "Settings and sharing"
- Scroll down to find your Calendar ID under "Integrate calendar"
- It will look something like:
abc123xyz@group.calendar.google.com
- It will look something like:
- In the Google Apps Script editor, click "Project Settings" on the sidebar. Under "Script Properties", click "Edit script properties"
- Click "Add script property"
- Create a property
CALENDAR_ID
with the value of your calendar's ID that you found previously.