Skip to content

sochotnicky/pywebcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

***************************
*      INTRODUCTION       *
***************************
pywebcal is an attempt to simplify access to calendar files through
WebDAV. Several other python libraries exist to handle files (see
REFERENCES), but they were pretty low level or complex. I decided to
create something less powerful but easier to work with :-)


***************************
*      REQUIREMENTS       *
***************************

dateutil - great python module for handling dates
python-webdav-library - simple python library to access webdav stores
vobject - low-level iCalendar handling library


***************************
*          USAGE          *
***************************
see examples directory


***************************
*       REFERENCES        *
***************************
 * vobject - http://vobject.skyhouseconsulting.com/
 * dateutil - http://labix.org/python-dateutil
 * caldav - http://pypi.python.org/pypi/caldav
 * zanshin - http://chandlerproject.org/Projects/ZanshinProject

About

Python module to simplify access to WebDAV calendars (Zimbra/Google Calendar etc.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages