I'm writing a simple contacts enhancer. It allows to choose multiple contacts and delete them with a single click. I want expand it's functionality to move the selected contacts to another addressbook but it seems there are no API call for that.
The following code produces an error: $card = OC_Contacts_App::getContactObject( intval($id) ); $card['addressbookid'] = $newBook; OC_Contacts_VCard::edit( intval($id), $card); Is there any straightaway API call for the contact adressbookid update?
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
