| Projects on Google Code | Results 1 - 1 of 1 |
Update: Google has released its own Calendar/GData Python API: http://code.google.com/p/gdata-python-client/
You may prefer to use that one :-(
Python library/class for working with Google Calendar API.
Sample Usage:
import cal
a = cal.googCal()
a.getAuth('username@gmail.com','password')
...