etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
285 stars 45 forks source link

Not all vcard entries are synced #279

Open thyol opened 1 year ago

thyol commented 1 year ago

Start etesync, and download My Contacts vcf file. This file contains only 18 items.

Etebase python says there are 777 items, and 224 items that are not deleted. The PIM web interface and the iPhone client confirm 224 items are there and not deleted.

Executing a select * from itementity on etebase_data.db (with where collection_id=...) returns 432 items. With deleted=0, there are 18 items.

I have deleted the etesync-dav folder and recreated the setup, same results. The same 18 items. If I create a new item on either client, It will be one more item. I assume many older items don't get pulled. Perhaps there is something wrong with cache.

The logs (etesync-dav -D) contain nothing interesting, and consistent mainly on private information. I will not attach them.

This could be related to #276, but in my case the calendar seems just fine.