https://github.com/bastienboutonnet/googlecaltoemailreminder
Checks googleCal events and sends email reminder to googleGroup #python #crontab
https://github.com/bastienboutonnet/googlecaltoemailreminder
Last synced: about 1 month ago
JSON representation
Checks googleCal events and sends email reminder to googleGroup #python #crontab
- Host: GitHub
- URL: https://github.com/bastienboutonnet/googlecaltoemailreminder
- Owner: bastienboutonnet
- Created: 2016-01-06T16:18:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T10:03:29.000Z (about 9 years ago)
- Last Synced: 2025-01-23T18:51:14.149Z (3 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Cal to Email Reminder
-checks events in a calendar
-sends an email to a specific address --here a google group with the content of the event etc.
# Todo- implement subcalendar selection. X
- test out that it works. X
- modify the formatting to the email. X
- implement crontab job on by computer. X
- test out with some fake events. X# What's needed?
- install googleAPI following this doc: xxxxxxURLxxxxx
- make sure to also enable the google calendar API#Crontabjob
`10 8 * * * cd /Users/boutonnetbpa/Dropbox/mailerdeamon && python lacgmailer.py`