[GH-ISSUE #187] OwnCloud VCARD contains phone number but does not show up in Outlook #1086

Closed
opened 2026-03-14 00:14:22 +03:00 by kerem · 2 comments
Owner

Originally created by @gmta on GitHub (Jan 19, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/187

The contact's card shows a phone number when displayed in OwnCloud or in the Contacts app on my phone, but not in Outlook. I've tried resyncing and clearing the cache. Using version 2.14.1.0 of CalDav Synchronizer.

The VCARD:

BEGIN:VCARD
VERSION:3.0
N:Name;Name;;;
FN:Name\, Name
CLASS:PUBLIC
EMAIL;TYPE=INTERNET;TYPE=WORK:info@example.com
EMAIL;TYPE=INTERNET;TYPE=HOME:info@example.net
ORG:Organisation
TEL;TYPE=PREF;TYPE=MAIN:+31 612345678
UID:ABC2FD39-C9FE-4D53-BEFA-2369C34B4BCE
END:VCARD
Originally created by @gmta on GitHub (Jan 19, 2017). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/187 The contact's card shows a phone number when displayed in OwnCloud or in the Contacts app on my phone, but not in Outlook. I've tried resyncing and clearing the cache. Using version 2.14.1.0 of CalDav Synchronizer. The VCARD: ``` BEGIN:VCARD VERSION:3.0 N:Name;Name;;; FN:Name\, Name CLASS:PUBLIC EMAIL;TYPE=INTERNET;TYPE=WORK:info@example.com EMAIL;TYPE=INTERNET;TYPE=HOME:info@example.net ORG:Organisation TEL;TYPE=PREF;TYPE=MAIN:+31 612345678 UID:ABC2FD39-C9FE-4D53-BEFA-2369C34B4BCE END:VCARD ```
kerem closed this issue 2026-03-14 00:14:27 +03:00
Author
Owner

@aluxnimm commented on GitHub (Jan 19, 2017):

Did you try to open the details of the contact, the problem seems to be the TYPE attribute. TYPE MAIN get's synced to Outlook PrimaryTelephoneNumber which doesn't show up in every dialog.

<!-- gh-comment-id:273746529 --> @aluxnimm commented on GitHub (Jan 19, 2017): Did you try to open the details of the contact, the problem seems to be the TYPE attribute. TYPE MAIN get's synced to Outlook PrimaryTelephoneNumber which doesn't show up in every dialog.
Author
Owner

@gmta commented on GitHub (Jan 19, 2017):

So if I click on the link underneath "View Source" I get a more detailed view on the contact and the phone number is indeed there, it's only displayed in the contact's card and for the field called "Primary Phone".

I just performed a scan through all my contacts and this was the only card with a phone number stored in this way. I suspect the error originated in one of the other CardDAV clients. Thanks for the hint!

<!-- gh-comment-id:273747799 --> @gmta commented on GitHub (Jan 19, 2017): So if I click on the link underneath "View Source" I get a more detailed view on the contact and the phone number is indeed there, it's only displayed in the contact's card and for the field called "Primary Phone". I just performed a scan through all my contacts and this was the only card with a phone number stored in this way. I suspect the error originated in one of the other CardDAV clients. Thanks for the hint!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#1086
No description provided.