Hi,
we test new script "import_contacts_vcf" is good idea but we have some suggestions:
before we use cgy.rgy.xpi with Contacts.vcf located in downloads folder and works very well, but in my org we have 2 types of separated contacts. This contacts stored on "Phone contact folder".
On the one hand we have GAL contacts, we take this from MS Graph APIs and make a .vcf with all data, this file is sync to Downloads folder on every device (file sync rule)
On the other hand we have individual driver contact (one .vcf by driver restored from old device).
The problem is:
In the future when we need to update GAL list on every device, need to delete manually all contacts and import this 2 .vcf with cgy.rgy.xpi or import_contacts_vcf. (GAL vcf and driver vcf) and if driver creates new contacts this dissapear.
With import_contacts_vcf $varFolder 0 import all contacts from vcf but if you have contacts then duplicate.
With import_contacts_vcf $varFolder 1 this delete all contacts (driver contacts imported with cgy.rgy.xpi too) and then create all contacts from .vcf
This contacts stored on "Device contact folder"
Is possible to have an export_contacts_vcf from "Phone contact folder" before execute import_contacts_vcf $varFolder 1? to delete all and import GAL updated and import driver contacts
My temporally solution is: