How to sync adress books between mail accounts? We do have a global user called office. This user has all the shared adress books for the company. But two problems arise:
1.) Shared Adress books are not recoginsed by the autocomplete function
2.) Shared Adress books do not get synchronized with funambol (wolframa plugin)
So the best Solution would be to simply synchronize (by a script lets say all 24 hours) the Adress Books of user "office" and any user who should get it.
We did solve this by a script wich deletes all contacts in the target user adress books loads the curent adress books from the user office via wget (REST urls) and upload it to the wanted target users adress books back via curl.
The problem is since we delete all contacts first funambol thinks those are new contacts and since the old ones are simply gone it leaves the adresses on the the mobile phone instead of deleting it wich ultimately leads to dubbling all the adresses for the local user...
My next idea was to sync the to adress folders of the accounts via imapsync but it seems thath the type changes from contact to mail on synchronizing -> had anyone sucessfully synchronized contacts between two accounts via imapsync?!?
an other option i will try is the STS Source to Source addon of funambol ... but there are no tutorials or hints how to do it so it could take a looooong while before this works ... if it works at all.
Any other thoughts or hints how to sucessfully sync shared adress books? |