mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #331] Outlook phone mapping is incorrect. #318
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#318
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 @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)