Show your next google calendar event in polybar or i3-bar
Project description
What is this?
It's a script that communicates with Google's calendar API, it will go through all your calendars and print the next calendar event details
You can take this input and show it on your i3-bar or polybar
How does it to that
It will read your next 10 events from each of your calendars, then go through them all and figure out which one is closest
It will print the time and title of the closest event
Where's the code
It's here i3_agenda/init.py
Setup
Dependencies
You need to install some python libraries
Make sure python3 is your default python
Run sudo pip3 install python-bidi google-api-python-client google-auth-httplib2 google-auth-oauthlib
Google API
https://developers.google.com/calendar/quickstart/python
- You need to create a Google API project and download your OAuth 2.0 credentials json file
You first need to create a project here, then add Google Calendar support, then download the credentials.json file.
Alternatively, you can just use this link and click "Enable the Google Calendar API". This will create a project, add Google Calendar support, and let you download the file in 1 click
If you're having trouble, you can use this tutorial for more information https://developers.google.com/calendar/auth
Another great guide can be found here if you're still having trouble: https://github.com/jay0lee/GAM/wiki/CreatingClientSecretsFile - Download the credentials file to somewhere on your computer
- Proceed to installation phase
Installation
Arch Linux
yay -S i3-agenda-git
- Add configuration to your bar (examples in the Examples section below)
Other Linux
After installing the dependencies, and downloading the credentials file,
- Clone the repo to a local directory
cd ~/ && git clone https://github.com/rosenpin/i3-agenda && cd i3-agenda
- Run the script
python3 i3_agenda/__init__.py -c $CREDENTIALS_FILE_PATH
with "$CREDENTIALS_FILE_PATH" replaced with the path to the credentials.json file you downloaded in the previous step. If configured correctly, it will prompt you to log in in your browser, accept everything. It should print your next event. - Optional: you can run
sudo python setup.py install
to add the script to your path so you can runi3-agenda
anywhere - Add configuration to your bar (examples in the Examples section below)
Usage
Filter displayed calendars
To display events only from certain calendars the variable allowed_calendars_ids
at the beginning of the script can be populated inserting the list of ids (as string) of the calendars you are interested in.
To obtain the calendar id you can check the settings page of the calendar on Google (usually is the owner email, if it's not shared).
Leaving the list empty will fetch all calendars (default behavior).
Notes
It might not work properly if you have more than 10 all day events, this can be fixed by increasing the maxResults variable
It uses a caching mechanism so you won't have to contact Google servers every minute, to set the cache TTL use the -ttl flag when running
i3-agenda --ttl 60
to set the TTL to 60 (meaning it will contact Google again every hour)
This means that if you create a new event, it might take an hour for the script to recognize it
The default is 30 minutes
Examples
Example polybar configuration
modules-center = agenda
....
[module/agenda]
type = custom/script
exec = i3-agenda -c ~/.google_credentials.json -ttl 60
click-left = chromium https://calendar.google.com/calendar/r/day
interval = 60
Example i3block configuration
[i3-agenda]
command=i3-agenda -c ~/.google_credentials.json -ttl 60
interval=60
Example output of the script:
11:00 Grocery shopping
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file i3-agenda-1.0.tar.gz
.
File metadata
- Download URL: i3-agenda-1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ee8118130bf97125a3e4436d5937d76242efb42e6049f80a4e1c582eed54368 |
|
MD5 | b4b477367a0488e618cb20a195718da1 |
|
BLAKE2b-256 | 897c7487e85f5f61d979142834dc6e50af337204ee0c686350b8da18fff07794 |
File details
Details for the file i3_agenda-1.0-py3.8.egg
.
File metadata
- Download URL: i3_agenda-1.0-py3.8.egg
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d69447f9c3159e4be36f089d8a0bae817554ed45d6d80703628d8e767b341ea7 |
|
MD5 | d8146d3ae620402e32203cf41449c26c |
|
BLAKE2b-256 | 3c6229065162262d77ea7b3cedcea0a0a869cdb107a9d954fe87ef8791ced90e |