This Article was posted at Talk.Maemo.Org
I uploaded gcalcli to extras-devel http://maemo.org/packages/view/gcalcli/.
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.
http://code.google.com/p/gcalcli/
You can create a configuration file. Save the file unter /home/user/.gcalclirc.
In this file you can save your username and your password
Example for .gcalclirc
[gcalcli] user: [email protected]
pw: password
cals: all
Now you can display your google calender with
gcalcli agenda
You can display a week
gcalcli calw
or a month
gcalcli calm
It is also possible to add samething
gcalcli quick “10/31 7 pm Halloween Party”
A ics/vcal file can be imported to the standard google calendar
gcalcli import [file]
Gcalci is patched and uses always a https connection, as http/https selection was broken.
Source Maemo.Org