From 14878e9a5d40c4b545691c1aa5dc0e537e556392 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 6 Feb 2017 18:15:43 +0100 Subject: [PATCH] Add more docs to sync algorithm --- vdirsyncer/sync.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vdirsyncer/sync.py b/vdirsyncer/sync.py index fac2ef2..6649815 100644 --- a/vdirsyncer/sync.py +++ b/vdirsyncer/sync.py @@ -7,7 +7,10 @@ not only to synchronize a local vdir with a CalDAV server, but also synchronize two CalDAV servers or two local vdirs. The algorithm is based on the blogpost "How OfflineIMAP works" by Edward Z. -Yang. http://blog.ezyang.com/2012/08/how-offlineimap-works/ +Yang: http://blog.ezyang.com/2012/08/how-offlineimap-works/ + +Some modifications to it are explained in +https://unterwaditzer.net/2016/sync-algorithm.html ''' import contextlib import itertools