How do I read CalDAV objects from Google using python/django?
        Posted  
        
            by user60626
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user60626
        
        
        
        Published on 2009-08-21T03:16:48Z
        Indexed on 
            2010/04/05
            9:13 UTC
        
        
        Read the original article
        Hit count: 355
        
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!
© Stack Overflow or respective owner