An Electron wrapper around Google Calendar
I was tired of having a Browser window opened to check my calendar. Also, I do not like the default calendar app on MacOS. Hence, came the idea to wrap the Google Calendar website in an Electron application.
This app makes uses of Electron Forge to package and create distributives.
List of all releases is available at the Releases page.
Latest releases:
- Clone repository
- Install all npm dependencies by running:
npm install
- To create a package / executable run:
npm run package