Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial sync: Nickname field is used on the Monica side, but not the Google side #23

Closed
Turochamp opened this issue Jul 27, 2021 · 1 comment · Fixed by #24
Closed
Assignees
Labels
enhancement New feature or request

Comments

@Turochamp
Copy link
Contributor

Turochamp commented Jul 27, 2021

Got these conflicts when doing initial sync. It looks like the cause is that Nickname field is used on the Monica side, but not the Google side. Is easiest solution to add Nickname to Google or remove it from Monica?

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Dona F'?
        0: Dona F (Dona)
        1: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c354' <-> '461137': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Christine A'?
        0: Christine A (Christine)
        1: Christine G (Christine)
        2: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c5392300411303501292' <-> '461094': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Andreas M'?
        0: Andreas M (Andreas)
        1: Andreas W (Andreas)
        2: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c9032759646841116201' <-> '460960': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Denver A'?
        0: Denver A (Denver)
        1: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c5667206763805449032' <-> '461132': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Martin M'?
        0: Martin M (Molle)
        1: Martin S (Martin)
        2: Martin S
        3: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c3784941439460386319' <-> '461531': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Gunhild C'?
        0: Gunhild C (Gunhild)
        1: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c1192682709995050939' <-> '461215': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Sonja W'?
        0: Erik W (Erik)
        1: Jörgen W (Jörgen)
        2: Monica W (Monica)
        3: Sonja W (Sonja)
        4: Create a new Monica contact
Enter your choice (number only): 3
Conflict resolved: 'people/c781000982931294648' <-> '461752': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Delia H'?
        0: Delia H (Delia)
        1: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c7812512210625982357' <-> '461128': New sync connection added

Possible syncing conflict, please choose your alternative by number:
        Which Monica contact should be connected to 'Wade R'?
        0: Wade R (Wade)
        1: Create a new Monica contact
Enter your choice (number only): 0
Conflict resolved: 'people/c5519695315310696184' <-> '461854': New sync connection added
antonplagemann added a commit that referenced this issue Jul 27, 2021
@antonplagemann
Copy link
Owner

Hi @Turochamp,
thanks for reporting, if have changed the conditions for matching contacts in e216f51.
I previously used the display name for comparing, however that didn't work for you because Monica includes the nickname in it, but Google doesn't.
I'm now using first, middle and last name for comparison. Let's see if that helps 😊
I'll wait now for #22 to push it on the main branch, feel free to try it beforehand at the development branch 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants