Export Google Calendar events as a CSV file
This project runs in Google Cloud Run and assumes:
- An active Google Cloud developer account with billing enabled.
- The
gcloudCLI tool is installed. - Node.js is installed.
pnpmis installed (could be replaced with the defaultnpm).
To deploy the project, run the following, substituting your desired local development /path/to/project. The deploy wizard will interactively guide you through deployment to Google Cloud Run.
git clone git@github.com:groton-school/calendar-to-csv.git /path/to/project
cd /path/to/project
pnpm install
pnpm run deploy