I looked at vObject, iCalendar, and the official list of CalDAV libraries, including 3 in python . However, I canβt find the code that can receive me the event object from this CalDAV server (for example, google, exchange, etc.) using the username / password. Most calendar related code django uses its own code libraries, not WebDAV.
An ideal CalDAV client example using python as an example: 1) use the given uid / pw, 2) get the primary calendar and 3) get the following meeting information (i.e. topic, location, start, end, etc.)
Thanks!
source
share