diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-08-15 18:26:41 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:42 -0500 |
commit | a05fa2202051bfd7a18316cb8c44ea5186e0c1c1 (patch) | |
tree | 86885b7723abd8d2c9f3cc9446a484a4ea2fc99b /office/python-gcalcli/README | |
parent | 9e525cd959305260027eb0184c0d03bef5df32cd (diff) |
office/python-gcalcli: Added (cli google calander application)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/python-gcalcli/README')
-rw-r--r-- | office/python-gcalcli/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/office/python-gcalcli/README b/office/python-gcalcli/README new file mode 100644 index 0000000000000..c5e3e7e7482c2 --- /dev/null +++ b/office/python-gcalcli/README @@ -0,0 +1,30 @@ +gcalcli is a Python application that allows you to access your Google +Calendar from a command line. It's easy to get your agenda, search +for events, and quickly add new events. Additionally gcalcli can be +used as a reminder service to execute any application you want. + +Requirements: gdata, python-dateutil, and python-elementtree. + +Features: + +list your calendars +show an agenda using a specified start/end time and date +graphical calendar display (my paying homage to the remind application) +search for past and/or future calendar events +"quick add" new calendar events to your default calendar +run as a cron job and execute a command for reminders +work against specific calendars (by calendar type or calendar name regex) +config file support for specifying program defaults +colored output and unicode character support +easy integration within shell scripts, cron, screen, conky, etc + +Not (Yet) Supported: + +import meeting.ics Outlook events +add (non-quick) events with ability to set reminders, repeat, guests, etc +configurable reminders (i.e. 30 mins before event every 5 mins) +offline mode working from cached data + +The HOWTO here explains options in detail. Taken from: +http://code.google.com/p/gcalcli/wiki/HowTo + |