Hi Ján, I was afraid there were no such thing, but modifing the data on the server didn’t exactly achieve what I want.
Here is what I got in the end, to run in the web console, in case it would be useful to anyone: ---- for (contact of window.globalAddressbookList.contacts) { if (contact.uid && contact.accountUID && contact.etag) { window.globalAddressbookList.loadContactByUID(contact.uid); window.dataToVcard(contact.accountUID, contact.uid, globalRefAddContact.attr('data-filter-url'), contact.etag); } } ----
Thanks a lot for your help!