A BitBar plugin that show your upcoming meeting from Google Calendar. And launch your video meeting with 1 click.
- Download BitBar
- Move the BitBar application to your Applications folder
- Open BitBar and BitBar will prompt you to set a plugins folder - you may set it to any folder you like
- Click on BitBar in your MacOS menu bar and click Open Plugin Folder...
git clone https://github.com/Schumi543/bitbar_gcal_event
- Enable Google Calendar API and download
credentials.json
. (see. https://developers.google.com/calendar/quickstart/python#step_1_turn_on_the) - Place
credentials.json
on/path/to/bitbar_gcal_event
. cp .env.sample .env
and set yourCALENDAR_ID
to .env.- write bitbar script(like
bitbar.1h.sh
) in your bitbar plugins folder.