mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[PR #322] Update ContactEntityMapper.cs #898
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#898
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/322
Author: @filippobottega
Created: 7/24/2021
Status: 🔄 Open
Base:
master← Head:patch-2📝 Commits (1)
1ae216bUpdate ContactEntityMapper.cs📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
CalDavSynchronizer/Implementation/Contacts/ContactEntityMapper.cs(+2 -2)📄 Description
I propose to change target.Inner.FullName to target.Inner.Title as ContactEntityMapper.cs line 257:
...
if (!string.IsNullOrEmpty(source.Inner.FileAs))
target.Title = source.Inner.FileAs;
...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.