Skip to content

Show next five event from Google Calendar in a sidebar of spreadsheet

License

Notifications You must be signed in to change notification settings

intheflesh7/gas-spreadsheet-calendar

Repository files navigation

Google App Script Spreadsheet to Calendar

Pre-requisites

  • Git
  • Node.js 16+
  • NPM 7+

Installation

  1. Clone repository:

    git clone https://github.com/intheflesh7/gas-spreadsheet-calendar
    
  2. Install dependencies:

    cd gas-spreadsheet-calendar
    npm i
    
  3. Change scriptId in .clasp.json file to your Google Spreadsheet macros.

Development

Push changes to Google Apps Script

npm run push

Lint code

npm run lint

License

Apache 2.0