An electron app to log into Google Calendar.
As of this writing (January 2024), there is no desktop tool to interact with Google Calendar, Tasks, and Notes with a UI consistent with the web application.
- Executables for macOS and Linux are created on pushes to the
main
branch or pull requests tomain
. They are stored as GitHub Actions Artifacts for one day. - This application does not support Windows.
The project is made with electron-forge and node.js 18
- Clone repo.
- Run
npm ci
in the project codebase. - Run
npm run start
to start the application in development mode (local storage location is printed to console in case you want to clear it later). - Run
npm run package
to create an executable for the current platform.