slackbuilds/office/python-gcalcli
David Woodfall 62b19988a8 office/python-gcalcli: Updated for version git20140429.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-04-29 09:20:31 +07:00
..
HOWTO office/python-gcalcli: Added (cli google calander application) 2010-08-15 20:53:42 -05:00
README office/python-gcalcli: Fixed dep information 2012-08-23 15:49:39 -05:00
python-gcalcli.SlackBuild office/python-gcalcli: Updated for version git20140429. 2014-04-29 09:20:31 +07:00
python-gcalcli.info office/python-gcalcli: Updated for version git20140429. 2014-04-29 09:20:31 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.

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