[turba] Address book contents delete

Harvey mail at harveybraun.com
Mon Mar 17 23:20:41 UTC 2014


  Quoting Jan Schneider <jan at horde.org>:

> Zitat von Harvey <mail at harveybraun.com>:
>
>> Requesting some help on a script I'm trying to complete for syncing an
>> addressbook with external vcard data without going through the webmail
>> interface, ie using the cli.
>>
>> I am using  the "turba-import-vcards" script which adds the vcard list
>> provided to the required addressbook without any problems. The problem
>> I am
>> having is to sync the addressbook I need to clear its contents first. At
>> least this is how it is done through the web interface. I do need to
keep
>> the addressbook share info as well so it remains synced as required
using
>> activesync. I have found adding the new info without deleting the
>> original
>> contacts creates duplicates even if none of the information has changed
>> in
>> the vcard list. The duplicates happen whether I use the web interface or
>> the turba-import-vcards to add the vcard list.
>>
>> I am not a php programmer, and have not made enough sense out of the
>> delete
>> options of the Api.php to add a line that will accomplish this. Is it
>> possible to get some examples of how I could add the option of deleting
>> the
>> contents of an addressbook first before adding the new/updated vcard
>> info?
>>
>> Cheers
>> Harvey
>
> Just call deleteAll() on the Turba_Driver instance.
> --
> Jan Schneider
> The Horde Project
> http://www.horde.org/
> https://www.facebook.com/hordeproject
>
> --
> turba mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe,
> mail: turba-unsubscribe at lists.horde.org

Thanks Jan

Unfortunately I can't expand on your comment above to the extent that I can
make anything work. Although using the origonal turba-import-vcard script
may have me looking in the wrong place.

In the current script the following line imports the vcard list to the
address book based on variables allready provided;

$result = $registry->call('contacts/import', array($vcard, 'text/x-vcard',
$source));

Calling the following (and numerous variations of it) doesn't prevent the
script from running but also doesn't do anything;

$result = $registry->call('contacts/delete', deleteAll(), $source);

Can the addressbook contents be deleted as simply as that or should I be
looking at this as a bigger scripting issue?? No doubt I am asking the
obvious but with no scripting examples that I have been able to find to
compare my needs to I am shooting in the dark...

Cheers
Harvey


More information about the turba mailing list