tobixen / calendar-cli

Simple command-line CalDav client, for adding and browsing calendar items, todo list items
GNU General Public License v3.0
247 stars 23 forks source link

Test code based on radicale and xandikos #68

Closed tobixen closed 4 years ago

tobixen commented 4 years ago

It's relatively trivial to make test code that spawns up radicale and xandikos instances (as has been done in the caldav library) as those are python-based and does not rely on any external parts.

(ref #19)

tobixen commented 4 years ago

Oh, I sort of fixed xandikos support also, but it breaks now as the "expand"-flag isn't supported (and recent versions of xandikos has started throwing 500-errors telling that expand is not supported).