No description
Find a file
2020-06-08 18:56:26 +02:00
contrib Add systemd.timer files and a relevant tutorial (#635) 2017-05-24 22:38:42 +02:00
docs baikal-server.com does not work anymore 2020-06-08 18:56:26 +02:00
scripts Run CI on this branch too 2020-06-08 18:41:55 +02:00
tests Update servers for Fastmail 2020-06-08 18:50:03 +02:00
vdirsyncer Remove python2 leftover code 2020-06-08 18:40:33 +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 Make a maintenance release of vdirsyncer, fix #708 2018-02-05 08:23:45 +01:00
.gitmodules Flatten mysteryshack submodule 2017-03-08 10:16:26 +01:00
.pre-commit-config.yaml Add pre-commit hooks with some basic linting 2020-06-08 18:40:33 +02:00
.travis.yml Run CI on this branch too 2020-06-08 18:41:55 +02:00
AUTHORS.rst Add fastmail testserver (#572) 2017-03-02 21:13:08 +01:00
CHANGELOG.rst Fix typos 2020-06-08 13:02:36 +02: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 (backport) Make docs build independent of app 2018-06-13 18:25:10 +02:00
ISSUE_TEMPLATE.md ISSUE_TEMPLATE: Clarify importance of debug output 2016-09-19 19:17:39 +02:00
LICENSE Relicense to 3-clause BSD, fix #610 2017-04-07 15:32:27 +02:00
Makefile Add pre-commit hooks with some basic linting 2020-06-08 18:40:33 +02:00
MANIFEST.in Fix MANIFEST.in 2017-04-18 16:01:39 +02:00
README.rst Remove broken waffle badge 2020-06-08 18:45:04 +02:00
setup.cfg Upgrade flake8 2020-06-08 18:40:31 +02:00
setup.py Remove python2 leftover code 2020-06-08 18:40:33 +02:00
test-requirements.txt Update hypothesis 2020-06-08 18:40:33 +02:00

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

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

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

.. image:: https://readthedocs.org/projects/vdirsyncer/badge/
  :target: https://vdirsyncer.rtfd.org/
  :alt: documentation

.. image:: https://img.shields.io/pypi/v/vdirsyncer.svg
  :target: https://pypi.python.org/pypi/vdirsyncer
  :alt: version on pypi

.. image:: https://img.shields.io/pypi/l/vdirsyncer.svg
  :target: https://github.com/pimutils/vdirsyncer/blob/master/LICENCE
  :alt: licence: BSD

- `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/

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``.