Dont use this on a website, it is not secure! It is only for personal use via localhost!
This is a web app based tool for modifying my GCal faster, for blazingly fast week planning xD. I got fed up with the slowness of the Google Calendar web interface, and wanted to make it faster, so I made this.
- Add, edit, duplicate and delete events from your calendar
- Templates for events
- Background events
- Keyboard shortcuts
- Set up your Google Calendar API key in
public/env.json:
{
"CLIENT_ID": "",
"API_KEY": ""
}- Run
npm installandnpm rund dev - Modify the code however you want 😉