No description
Find a file
2018-06-13 18:12:13 +02:00
.circleci bump cache version again 2018-06-07 00:30:53 +02:00
contrib Add systemd.timer files and a relevant tutorial (#635) 2017-05-24 22:38:42 +02:00
docker/xandikos Implement http storage in rust (#730) 2018-06-06 14:16:25 +02:00
docs fix link in docs 2018-06-07 18:20:56 +02:00
rust Implement http storage in rust (#730) 2018-06-06 14:16:25 +02:00
scripts install less in ci 2018-03-18 01:10:06 +01:00
tests Implement http storage in rust (#730) 2018-06-06 14:16:25 +02:00
vdirsyncer remove useless normalization, see #745 2018-06-13 15:18:34 +02: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 CI refactor (#713) 2018-02-09 20:50:48 +01:00
.gitmodules Dockerize nextcloud (#704) 2018-01-18 23:10:53 +01:00
AUTHORS.rst Credit packagecloud 2018-02-16 19:39:49 +01:00
CHANGELOG.rst Merge branch '0.16-maintenance' 2018-06-13 18:12:13 +02:00
CODE_OF_CONDUCT.rst Add CODE_OF_CONDUCT.rst for completeness 2016-08-23 23:48:13 +02:00
config.example Remove baikal and owncloud from docs, see #489 2018-01-18 23:18:42 +01:00
CONTRIBUTING.rst Fix up links for new docs URL 2016-08-15 20:44:45 +02:00
docker-compose.yml Implement http storage in rust (#730) 2018-06-06 14:16:25 +02:00
docs-requirements.txt Make docs build independent of app 2018-03-16 18:11:55 +01:00
ISSUE_TEMPLATE.md ISSUE_TEMPLATE: Clarify importance of debug output 2016-09-19 19:17:39 +02:00
LICENSE Update copyright year 2018-01-21 00:11:24 +01:00
Makefile Implement http storage in rust (#730) 2018-06-06 14:16:25 +02:00
MANIFEST.in Fix MANIFEST.in 2017-04-18 16:01:39 +02:00
README.rst Credit packagecloud 2018-02-16 19:39:49 +01:00
setup.cfg Ignore new flake8 linters 2018-02-05 15:45:31 +01:00
setup.py Merge branch '0.16-maintenance' 2018-06-13 18:12:13 +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://circleci.com/gh/pimutils/vdirsyncer.svg?style=shield
    :target: https://circleci.com/gh/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

.. image:: https://img.shields.io/badge/deb-packagecloud.io-844fec.svg
    :target: https://packagecloud.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``.