mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 03:45:59 +03:00
[GH-ISSUE #187] OwnCloud VCARD contains phone number but does not show up in Outlook #186
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
@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.
@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!