https://github.com/kazutoshiyoc/ss2cal
Create google calendar events by spread sheet data.
https://github.com/kazutoshiyoc/ss2cal
gas googlecalendar spreadsheet
Last synced: about 1 year ago
JSON representation
Create google calendar events by spread sheet data.
- Host: GitHub
- URL: https://github.com/kazutoshiyoc/ss2cal
- Owner: Kazutoshiyoc
- Created: 2025-03-31T12:36:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T13:05:50.000Z (about 1 year ago)
- Last Synced: 2025-03-31T14:26:43.058Z (about 1 year ago)
- Topics: gas, googlecalendar, spreadsheet
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SS2Cal (SpreadSheet to Calendar)
Create google calendar events by GAS using SpreadSheet data.
## Quick Start
### Initial Setup
- Fill a basic information such as file id
```
const spreadsheet_id = 'spreadsheetidspreadsheetidspreadsheetid';
const sheet_name = 'γ·γΌγ1';
const calendar_id = 'example@gmail.com';
```
- Execute init() as GAS
### Post events to google calendar
- Enter events info to spreadsheet
- Execute main() as GAS