mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
- change the interface of Storage.get_meta() and .set_meta() to use '' as the empty value and None as missing value. - When a property is missing (e.g calendar-color was removed) in the filesystem storage delete the 'color' file, and in the WebDAV storage issue propertyupdate/remove call. - remove the property from [status]/[pair]/[collection].metadata I have adjusted, but not run the test suite. On the other side I tested on real system: source is CalDAV - destination is filesystem; and source is CalDAV, destination is CalDAV (another account) |
||
|---|---|---|
| .. | ||
| dav | ||
| etesync | ||
| servers | ||
| __init__.py | ||
| conftest.py | ||
| test_filesystem.py | ||
| test_http.py | ||
| test_http_with_singlefile.py | ||
| test_memory.py | ||
| test_singlefile.py | ||