I would like to have a Google Sheet that syncs with a Google Calendar to help keep my editorial calendar more organized. I've found some great code online that does 90% of what I need, but the code is primarily for event management. All of my entries will be all-day events, so I don't really need the start and end time feature.
Here is what I would like to accomplish:
- Rename the 'Start Time' column to 'Date'
- Delete the 'End Time' column
- Default all entries to all-day events
The original developer was kind enough to include a spreadsheet template.
I tried changing the name of column C on the spreadsheet to Date and then updating var titleRow
in row 10, but I get the following error message:
Spreadsheet must have Title, Start Time, End Time, All Day Event, and Id columns
Any suggestions on how to correct the error? What about defaulting to all-day events? Any advice is greatly appreciated!