Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 812 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 812 Bytes

G Apps Navigator

An electron app to log into Google Calendar.

Rationale

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.

Notes

  • Executables for macOS and Linux are created on pushes to the main branch or pull requests to main. They are stored as GitHub Actions Artifacts for one day.
  • This application does not support Windows.

Running Locally

The project is made with electron-forge and node.js 18

  1. Clone repo.
  2. Run npm ci in the project codebase.
  3. 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).
  4. Run npm run package to create an executable for the current platform.