mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add more docs to sync algorithm
This commit is contained in:
parent
960f36ccdc
commit
14878e9a5d
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue