Forked and modified from ljones140's code for exporting calendar dates from google calendar to google sheets. Please link to this page if you like this. Thank you!
Modifications from original code:
- Automatically detects the Google account you use so no need to hardcode your email address
- Automatically scans cells B3 and D3 for the starting and end dates, respectively
This code is part of tutorial here:
===from ljones140's description