A simple and sleek Google Calendar desktop app made with Electron. No more having to keep a browser tab open just for Google Calendar!
- Compact, standalone application for Google Calendar
- Back and forward navigation buttons
- Links open in the default web browser, not in the app
- Customizable window icon
If you only want the program and nothing else, you can simply download the Beta Release here. If you want to build the program from it's source, the steps are below.
- Clone the repository:
git clone https://github.com/braindead-dev/google-calendar-app.git
- Navigate into the project directory:
cd google-calendar-app
- Install the dependencies:
npm install
- Start the app:
npm start
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.