No description
Find a file
2018-01-05 18:14:32 +01:00
contrib Add systemd.timer files and a relevant tutorial (#635) 2017-05-24 22:38:42 +02:00
docs Add simple doc for todoman 2018-01-05 16:34:26 +01:00
rust rustup (#686) 2017-11-07 21:58:17 +01:00
scripts Cache rust artifacts 2017-10-19 23:47:20 +02:00
tests Improve handling of malformed items 2018-01-05 18:14:32 +01:00
vdirsyncer Improve handling of malformed items 2018-01-05 18:14:32 +01:00
.codecov.yml Use codecov tags 2017-03-22 15:59:54 +01:00
.coveragerc Refactor CI setup 2017-01-30 13:37:23 +01:00
.gitignore Use rust-vobject (#675) 2017-10-04 22:41:18 +02:00
.gitmodules Flatten mysteryshack submodule 2017-03-08 10:16:26 +01:00
.travis.yml Cache rust artifacts 2017-10-19 23:47:20 +02:00
AUTHORS.rst Add fastmail testserver (#572) 2017-03-02 21:13:08 +01:00
CHANGELOG.rst Fix missing XML header, see #688 2017-11-25 14:15:14 +01:00
CODE_OF_CONDUCT.rst Add CODE_OF_CONDUCT.rst for completeness 2016-08-23 23:48:13 +02:00
config.example config.example: Status path needs to be quoted (#573) 2017-03-02 15:45:07 +01:00
CONTRIBUTING.rst Fix up links for new docs URL 2016-08-15 20:44:45 +02:00
docs-requirements.txt Blacklist Sphinx 1.4.7 2016-10-01 17:01:23 +02:00
ISSUE_TEMPLATE.md ISSUE_TEMPLATE: Clarify importance of debug output 2016-09-19 19:17:39 +02:00
LICENSE Update legalities 2017-12-25 21:50:29 +01:00
Makefile No wheels 2017-12-04 20:16:29 +01:00
MANIFEST.in Fix MANIFEST.in 2017-04-18 16:01:39 +02:00
README.rst Rewrite pitch 2017-09-23 13:35:09 +02:00
setup.cfg No wheels 2017-12-04 20:16:29 +01:00
setup.py Install rust on readthedocs 2017-10-05 17:45:19 +02:00
test-requirements.txt Testing: Tolerate slowness in CI 2016-03-10 13:46:44 +01:00

==========
vdirsyncer
==========

- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
- `Source code <https://github.com/pimutils/vdirsyncer>`_

Vdirsyncer is a command-line tool for synchronizing calendars and addressbooks
between a variety of servers and the local filesystem. The most popular usecase
is to synchronize a server with a local folder and use a set of other programs_
to change the local events and contacts. Vdirsyncer can then synchronize those
changes back to the server.

However, vdirsyncer is not limited to synchronizing between clients and
servers. It can also be used to synchronize calendars and/or addressbooks
between two servers directly.

It aims to be for calendars and contacts what `OfflineIMAP
<http://offlineimap.org/>`_ is for emails.

.. _programs: https://vdirsyncer.pimutils.org/en/latest/tutorials/

.. image:: https://travis-ci.org/pimutils/vdirsyncer.svg?branch=master
    :target: https://travis-ci.org/pimutils/vdirsyncer

.. image:: https://codecov.io/github/pimutils/vdirsyncer/coverage.svg?branch=master
    :target: https://codecov.io/github/pimutils/vdirsyncer?branch=master

.. image:: https://badge.waffle.io/pimutils/vdirsyncer.svg?label=ready&title=Ready
    :target: https://waffle.io/pimutils/vdirsyncer

Links of interest
=================

* Check out `the tutorial
  <https://vdirsyncer.pimutils.org/en/stable/tutorial.html>`_ for basic
  usage.

* `Contact information
  <https://vdirsyncer.pimutils.org/en/stable/contact.html>`_

* `How to contribute to this project
  <https://vdirsyncer.pimutils.org/en/stable/contributing.html>`_

* `Donations <https://vdirsyncer.pimutils.org/en/stable/donations.html>`_

License
=======

Licensed under the 3-clause BSD license, see ``LICENSE``.