An open API service indexing awesome lists of open source software.

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

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
```