Synchronize CalDAV and CardDAV
Vdirsyncer synchronizes your calendars and addressbooks between two storages. The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, vdir and some more.
It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
- Links to devel:languages:python / python-vdirsyncer
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:frispete:Tumbleweed/python-vdirsyncer && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch | 0000000596 596 Bytes | |
python-vdirsyncer.changes | 0000011972 11.7 KB | |
python-vdirsyncer.spec | 0000004901 4.79 KB | |
vdirsyncer-0.19.2.tar.gz | 0000123389 120 KB | |
vdirsyncer.service | 0000000163 163 Bytes | |
vdirsyncer.timer | 0000000128 128 Bytes |
Latest Revision
Hans-Peter Jansen (frispete)
committed
(revision 5)
- Update to 0.19.0: - Add "shell" password fetch strategy to pass command string to a shell. - Add "description" and "order" as metadata. These fetch the CalDAV: calendar-description, ``CardDAV:addressbook-description`` and ``apple-ns:calendar-order`` properties respectively. - Add a new ``showconfig`` status. This prints *some* configuration values as JSON. This is intended to be used by external tools and helpers that interact with ``vdirsyncer``, and considered experimental. - Update TLS-related tests that were failing due to weak MDs. - ``pytest-httpserver`` and ``trustme`` are now required for tests. - ``pytest-localserver`` is no longer required for tests. - Multithreaded support has been dropped. The ``"--max-workers`` has been removed. - A new ``asyncio`` backend is now used. So far, this shows substantial speed improvements in ``discovery`` and ``metasync``, but little change in `sync`. This will likely continue improving over time. :gh:`906` - The ``google`` storage types no longer require ``requests-oauthlib``, but require ``python-aiohttp-oauthlib`` instead. - Vdirsyncer no longer includes experimental support for `EteSync <https://www.etesync.com/>`_. The existing integration had not been supported for a long time and no longer worked. Support for external storages may be added if anyone is interested in maintaining an EteSync plugin. EteSync users should consider using `etesync-dav`_.
Comments 0