[GH-ISSUE #331] Outlook phone mapping is incorrect. #785

Open
opened 2026-03-01 17:41:31 +03:00 by kerem · 0 comments
Owner

Originally created by @G-XVI on GitHub (Sep 27, 2021).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/331

We use the Baïkal v0.8.0 software as a vCard server. To synchronize I need the CalDav Synchronizer v4.1.0.0 in Outlook 2019. Now the phone mappings did not work correctly. Can I set the mapping manually?

VCARD:
BEGIN:VCARD
VERSION:3.0
N:;Test;;;
FN:Test
TEL;TYPE="HOME,VOICE":
TEL;TYPE="WORK,VOICE":+41 00 000 00 01
TEL;TYPE="HOME,CELL":+41 00 000 00 02
TEL;TYPE="WORK,CELL":+41 00 000 00 03
EMAIL;TYPE=HOME:email@home.email
EMAIL;TYPE=WORK:email@work.email
ADR;TYPE=HOME:;;;;;;
BDAY;VALUE=DATE:2020-02-29
END:VCARD

In Outlook:
WORK,VOICE = Mobile (not correct)
HOME,CELL = Business (not correct)
WORK,CELL = Private (not correct)

Originally created by @G-XVI on GitHub (Sep 27, 2021). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/331 We use the Baïkal v0.8.0 software as a vCard server. To synchronize I need the CalDav Synchronizer v4.1.0.0 in Outlook 2019. Now the phone mappings did not work correctly. Can I set the mapping manually? **VCARD:** BEGIN:VCARD VERSION:3.0 N:;Test;;; FN:Test TEL;TYPE="HOME,VOICE": TEL;TYPE="WORK,VOICE":+41 00 000 00 01 TEL;TYPE="HOME,CELL":+41 00 000 00 02 TEL;TYPE="WORK,CELL":+41 00 000 00 03 EMAIL;TYPE=HOME:email@home.email EMAIL;TYPE=WORK:email@work.email ADR;TYPE=HOME:;;;;;; BDAY;VALUE=DATE:2020-02-29 END:VCARD **In Outlook:** WORK,VOICE = Mobile (not correct) HOME,CELL = Business (not correct) WORK,CELL = Private (not correct)
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#785
No description provided.