mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[PR #321] [CLOSED] Update ContactEntityMapper.cs #461
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#461
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?
📋 Pull Request Information
Original PR: https://github.com/aluxnimm/outlookcaldavsynchronizer/pull/321
Author: @filippobottega
Created: 7/24/2021
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
36a1f18Update ContactEntityMapper.cs📊 Changes
1 file changed (+1 additions, -3 deletions)
View changed files
📝
CalDavSynchronizer/Implementation/Contacts/ContactEntityMapper.cs(+1 -3)📄 Description
I propose to delete lines:
...
if (string.IsNullOrEmpty (target.Inner.FullName))
target.Inner.FullName = source.FormattedName;
...
to let the possibility to create a contact without a name. For example a contact of a company with only an url and a phone number.
Now when I sync the contact with Radicale if the name is missing the FN value is used to set the FullName and the FormattedName is used to fill the FullName but I need the FullName remain empty.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.