Skip to content

Creates desktop notifications for events in the Google Calendar.

Notifications You must be signed in to change notification settings

tjoliveira/calendar-desktop-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar Desktop Notifier

Main Feature

The script desktop_notification.py authenticates into a Google calendar and provides a desktop push notification for each upcoming event in the calendar a certain time before each event.

Instructions to install the application

git clone 
cd desktop_notifier
conda env create -f environment.yml
conda activate desktop_notifier

Turn on the Google Calendar API

  1. Visit this link and click on the button "Enable the Google Calendar API"

  2. In resulting dialog click DOWNLOAD CLIENT CONFIGURATION and save the file credentials.json to the project directory.

Instructions to use the application

python desktop_notifier.py [TIME_BEFORE_EVENT_MIN]

Limitations

  • Only tested in MacOS BigSur and Windows 10;

About

Creates desktop notifications for events in the Google Calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages