contacts2suggested.py
-
Hello,
I refer to the following older thread:
Re: Autocomplete email addresses when typing
There I got a link to a script that doesn’t exist anymore:
https://stash.kopano.io/projects/KSC/repos/core-tools/browse/contacts2suggested.py
Now I found the script locally on my disk and tried to export all contacts of a user to a file for use to import with manage_recipients.py. This procedure worked a time ago.
Now the execution of the script causes an error:
kopano.errors.NotFoundError: no such property: 0x8133001f
The relevant part of the script:
for contact in user.store.contacts: try: email = contact.prop(0X8133001F).value
Does someone know the correct address for this value. Or a link to a working script?
Thanks
Klaus -
Solved.
Found the new working script now:
https://stash.kopano.io/projects/KSC/repos/core-tools/browse/contacts2suggested/contacts2suggested.py