You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson e2711b9706
office/python-gcalcli: Fix slack-desc.
9 years ago
..
HOWTO office/python-gcalcli: Added (cli google calander application) 15 years ago
README office/python-gcalcli: Fixed dep information 13 years ago
python-gcalcli.SlackBuild office/python-gcalcli: Updated for version git20140429. 12 years ago
python-gcalcli.info office/python-gcalcli: Updated for version git20140429. 12 years ago
slack-desc office/python-gcalcli: Fix slack-desc. 9 years ago

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