|
|
|
@ -89,7 +89,7 @@ class Converter {
|
|
|
|
$vCard->add(new Text($vCard, 'URL', $property->getValue(), ['X-NC-SCOPE' => $scope]));
|
|
|
|
$vCard->add(new Text($vCard, 'URL', $property->getValue(), ['X-NC-SCOPE' => $scope]));
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case IAccountManager::PROPERTY_PHONE:
|
|
|
|
case IAccountManager::PROPERTY_PHONE:
|
|
|
|
$vCard->add(new Text($vCard, 'TEL', $property->getValue(), ['TYPE' => 'OTHER', 'X-NC-SCOPE' => $scope]));
|
|
|
|
$vCard->add(new Text($vCard, 'TEL', $property->getValue(), ['TYPE' => 'VOICE', 'X-NC-SCOPE' => $scope]));
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case IAccountManager::PROPERTY_ADDRESS:
|
|
|
|
case IAccountManager::PROPERTY_ADDRESS:
|
|
|
|
$vCard->add(new Text($vCard, 'ADR', $property->getValue(), ['TYPE' => 'OTHER', 'X-NC-SCOPE' => $scope]));
|
|
|
|
$vCard->add(new Text($vCard, 'ADR', $property->getValue(), ['TYPE' => 'OTHER', 'X-NC-SCOPE' => $scope]));
|
|
|
|
|