An open API service indexing awesome lists of open source software.

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.

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