https://github.com/dkorunic/im-billing
simple Google Calendar billing/tracking project
https://github.com/dkorunic/im-billing
Last synced: about 1 year ago
JSON representation
simple Google Calendar billing/tracking project
- Host: GitHub
- URL: https://github.com/dkorunic/im-billing
- Owner: dkorunic
- Archived: true
- Created: 2012-12-29T09:44:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T19:15:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-19T02:18:01.479Z (over 1 year ago)
- Language: Python
- Size: 791 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README
======
NOTE:
This program has been obsoleted by IM-billing-v2, a complete rewrite: https://github.com/dkorunic/IM-billing-v2
INFO:
This is a simple Google calendar based tracking/billing system. When you
have a set of tasks performed in your Google calendar with each of the
entries belonging to a specific "sub" calendar, you can easily print out
those for a specific (and any) time frame, sum them and make a simple
billing calculation.
REQUIREMENTS:
Google APIs for Python: https://developers.google.com/api-client-library/python/start/installation
Dateutil: http://labix.org/python-dateutil
Google OAuth2: https://github.com/google/oauth2client
API:
Google Calendar API: https://developers.google.com/google-apps/calendar/
INSTALLATION:
```
pip install --upgrade python-dateutil oauth2client google-api-python-client python-gflags
```