mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #333] Google Contacts not sincyng since last 2 days (API change?) #1220
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#1220
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 @carlos-48 on GitHub (Oct 7, 2021).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/333
Hello,
Past weeks I got an error syncing Google Contacts, let's say one or twice per day. I did not pay attention because the other attempts to sync were OK.
Now, two days ago, I'm getting an error every 5 minutes, and it's not syncing. I've read that it could be due to a Google API change, from the old Contacts API to the new People API.
@itsolon commented on GitHub (Oct 7, 2021):
the same for me
@JFAlbrecht commented on GitHub (Oct 8, 2021):
Same Here as well
@dust0vich commented on GitHub (Oct 8, 2021):
Same issue. Even with new oauth approval.
Google.GData.Client.GDataRequestException: Execution of request failed: https://www.google.com/m8/feeds/groups/default/full ---> System.Net.WebException: The remote server returned an error: (400) Bad Request.Win 10 21H1
Outlook 2019 Version 2109
Caldav Synchronizer 4.1.0
@BoGnY commented on GitHub (Oct 11, 2021):
same issue on multiple pc
@krystofkrticka commented on GitHub (Oct 11, 2021):
I have same issue, and I already tried signing in again.
@filippobottega commented on GitHub (Oct 13, 2021):
Same issue for me:
<ExceptionThatLeadToAbortion>Google.GData.Client.GDataRequestException: Execution of request failed: https://www.google.com/m8/feeds/groups/default/full ---> System.Net.WebException: Errore del server remoto: (400) Richiesta non valida.@HyP3r- commented on GitHub (Oct 19, 2021):
Same issue for me:
@aluxnimm commented on GitHub (Oct 20, 2021):
Yes, Google changed the API, we are working on the new people API but this will take some time. Our focus is CalDAV/CardDAV not proprietary APIs.
@filippobottega commented on GitHub (Oct 21, 2021):
I @aluxnimm , do you know if there is a workaround to sync Google Contacts in the meantime?
If I disable native API:
I get this error:
@Rubberduck2021 commented on GitHub (Dec 6, 2021):
While waiting for the developers of Outlook CalDav Synchronizer to update to the new google API, I am using GO Contact Sync Mod to sync contacts between Outlook and Google.
@filippobottega commented on GitHub (Dec 6, 2021):
@Rubberduck2021 me too!
Thank you for your suggestion!
@jpickerell commented on GitHub (Dec 6, 2021):
Looks like coding attempts have begun by @nertsch to try to get switched over to the new Google People API!!!! Maybe we'll see a fix for this before the end of the calendar year!?!
Anyone want to compile and test to see if it's working?! (not sure if code ready to test or not yet???)
Tree
Commit
@felipelrz commented on GitHub (Dec 11, 2021):
I was struggling with this issue, but yesterday I've found a solution:
There is comprehensive post by Wayland Bruns, but the most interesting part is:
I hope that help.
@mneiger commented on GitHub (Dec 12, 2021):
@felipelrz it definitely helps, thanks a lot.
Contact groups are not synced anymore, but this is a minor annoyance for me, especially as I'm syncing "Outlook to google" only.
@Vivsim commented on GitHub (Jan 7, 2022):
@felipelrz. Thanks so much. Luckily, I don't have contact groups so my whole problem is solved.
Your solution didn't work the first time I tried it because I made a mistake. It didn't click with me that I had to replace 'UserEmail' in the URL with my actual user email. Stupid but just the sort of mistake that's easy to make. I'm so relieved to be synching contacts again. Can't thank you enough.
@JReming85 commented on GitHub (Jan 11, 2022):
Thank you, that solved it for me
https://www.googleapis.com/carddav/v1/principals/<Google Email>/lists/returns all contacts for me despite group@Stepan-H commented on GitHub (Jan 20, 2022):
Does not working for me... 😥
@JReming85 commented on GitHub (Jan 21, 2022):
Try using this, worked for both my personal and enterpise account
@BoGnY commented on GitHub (Jan 28, 2022):
@Stepan-H commented on 20 gen 2022, 22:55 CET:
yes, with this url it doesn't return any errors, but contacts are not syncronized 😭
@grv87 commented on GitHub (Feb 3, 2022):
Note that disabling "Google native API" means that CardDAV is used. And not all Google Contacts are available via CardDAV.
For example, I have 798 entries in Google Contacts now.
When I sync them with Outlook via CardDAV (not using Native API), I get just 619 entries.
179 entries are lost somewhere.
I tried another CardDAV client, and it gave me the same number of contacts. So, this problem is not specific to CalDav Synchronizer.
I suspect that Google Contacts prefilters entries that it can't present correctly in CardDAV.
On the other hand, GO Contact Sync Mod proposed by @Rubberduck2021 in https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/333#issuecomment-986990169 gives me 797 entries.
And it logs which 1 entry it can't sync and why.
So, I recommend the latter solution. Until this issue is resolved.
@aluxnimm commented on GitHub (Mar 2, 2022):
Release 4.2.0 fixed autodiscovery for CardDAV and 400 error when testing the default addressbook https://www.googleapis.com/carddav/v1/principals/userEmail/lists/default/ and sets CardDAV as default in Google profiles again, please use that instead of native API, since we didn't have time yet to work on the new People API.
@filippobottega commented on GitHub (Mar 3, 2022):
Thank you very mutch @aluxnimm !!!
@Stepan-H commented on GitHub (Mar 3, 2022):
Thank you too...
Sadly syncing Categories (Outlook) <=> Labels (Google) does not work.