views:

643

answers:

4

I've looked at vObject, iCalendar and the official list of CalDAV libraries, including 3 in python. However, I can't find any code that can get me an event object from a given CalDAV (i.e. google, exchange, etc.) server using a username/password. Most of the django calendar related code uses native code libraries and not WebDAV.

An ideal python CalDAV client example would 1) use a given uid/pw, 2) obtain primary calendar and 3) obtain next appointment information (i.e. subject, location, start, end, etc.)

Thanks!

A: 

Perhaps Lennart Regebro could point me to some examples of the use of these libraries

Brian
+1  A: 

For google you should use the Google python data API

jujule
A: 

Hi I too would like to see some example on how to get information out of a caldav calendar using python an the CalDAVClientLIbrary or for that matter any library that supports this.

Thanks

Consiglieri
A: 

Check this project : http://pypi.python.org/pypi/caldav

Recent but promising.

Thomas