nst / iCalReport
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
icalreport.py | Thu Oct 01 14:31:08 -0700 2009 |
README
$ python icalreport.py --help
Usage: icalreport.py [options]
Options:
-h, --help show this help message and exit
-c NAME Name of the calendar (mandatory)
-m MONTH Number of the month for which to report (default: current)
-u MONTH Number of the month until which to report (default:
month_start)
-l Look for projects in events locations (default: titles)
Purpose:
Read iCal events and report the time you spend on projects.
Example:
$ icalreport -c MyHours -m 9 -u 10 -l
$ python icalreport.py -c "Heures_2009" -l
------------------------------
From 2009-09-01 to 2009-09-30
------------------------------
Annual Meeting 8.50
MobiWalk 3.50
MetaMin 11.50
Memoria Mea 2 105.25
------------------------------
Total 128.75
------------------------------

