Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | calcurse-caldav: Make InsecureSSL optional | Lukas Fleischer | 2016-01-23 | 1 | -1/+5 |
| | |||||
* | calcurse-caldav: Add a workaround for Python <3.4 | Lukas Fleischer | 2016-01-23 | 1 | -3/+10 |
| | | | | | | | Python versions prior to 3.4 do not check certificates by default and thus do not support ssl._create_unverified_context(). Add a workaround. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Add a script to synchronize with CalDAV servers | Lukas Fleischer | 2016-01-22 | 3 | -0/+518 |
Introduce calcurse-caldav, a Python script that can be used to synchronize calcurse instances with CalDAV servers. The script was tested with an instance of the Radicale CalDAV server but it is still alpha software. Make backups before giving it a try! Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> |