mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Add TODO
This commit is contained in:
parent
92aff552e0
commit
d5313e1237
@ -196,6 +196,13 @@ class ImportController extends BaseController {
|
|||||||
continue; // Ditch cards that can't be parsed by Sabre.
|
continue; // Ditch cards that can't be parsed by Sabre.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
* - Check if a contact with identical UID exists.
|
||||||
|
* - If so, fetch that contact and call $contact->mergeFromVCard($vcard);
|
||||||
|
* - Increment $updated var (not present yet.)
|
||||||
|
* - continue
|
||||||
|
*/
|
||||||
try {
|
try {
|
||||||
if($addressBook->addChild($vcard)) {
|
if($addressBook->addChild($vcard)) {
|
||||||
$imported += 1;
|
$imported += 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user