/gcalendarsum

Python script to sum hours from google calendar

Primary LanguagePython

gCalendarSum

Simple script to sum hours from google calendar

Usage: gcalendarsum.py [options]

Options:
  -h, --help show this help message and exit
  -u USERNAME, --username=USERNAME
  -p PASSWORD, --password=PASSWORD
  -c CALENDAR, --calendar=CALENDAR
  -q QUERY, --query=QUERY
  -s START, --start=START
  -e END, --end=END

Example: ./gcalendarsum.py -u xxx@gmail.com -p xxx -c CalendarName -q Meeting -s 2010-06-01 -e 2010-06-30

Require:
python-dateutil
http://gdata-python-client.googlecode.com/