mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #342] Some phone numbers not deleted correctly in Outlook #1230
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#1230
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 @feinidev on GitHub (Feb 14, 2022).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/342
Hello,
we are syncing contacts from a CardDAV-Server (SOGo) to Outlook via "Outlook <- Server (Replicate)" and noticed that some phone numbers are not deleted in Outlook although they were deleted on the CardDAV server.
Steps to reproduce:
we expected the number to be deleted in Outlook aswell.
We figured out that in
ContactEntityMapper>MapTelephoneNumber2To1()the "main" numbers are set to string.Empty, but others like PagerNumber and OtherTelephoneNumber are not.When adding these lines our described scenario works as expected.
Are these phone types intentionally left out for other cases of synchronization or are they really missing?
CalDav Synchronizer 4.1.0.0 (same in 4.0.0.0)
@aluxnimm commented on GitHub (Feb 14, 2022):
Thx for the report, you are right, those are missing. Will be added in the next release.