I publish my small script to import from vCard files (extracted from
Microsoft Exchange PST by libpst) directly to SOGo database:

https://github.com/sibskull/import-contacts-to-sogo

Script uses Python3 module vobject, recommended version 1.9.2 built with
upstream commit fe78218: "vcard: Fix ORG fields with multiple components"

Usage:
./import-contacts-to-sogo -v \
    --db "postgresql://sogo@/sogo2" \
    --location "postgresql://sogo:1234@localhost:5432/sogo2" \
    user_dod

I hope it will be useful for someone.

-- 
Andrey Cherepanov
c...@altlinux.org
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to