Gmail is fine, but calendar and contact doesn't
Open, NormalPublic

Description

Hi there,

Kube is working great with gmail, but nothing appear in the contacts and calendar tab.

I'm sending the terminal log (if it help)

I'm using KDE Neon 5.16 (4.15.0-64-generic); Flatpak 1.0.8; CPU: Intel i7-3517U (4) @ 3.000GHz; GPU: Intel Ivybridge Mobile

viniciusr created this task.Oct 1 2019, 9:59 PM

It's possible that this is because insecure apps have not been enabled or so.

These are the apis we're using:

mCardDavServer = QStringLiteral("https://www.googleapis.com/carddav/v1/principals/") + mEmailAddress + "/";
mCardDavUsername = mEmailAddress;

mCalDavServer = QStringLiteral("https://www.google.com/calendar/dav/") + mEmailAddress + "/";

As I'm not particularly interested in making google work myself I'll leave this to someone else to troubleshoot, sorry.

I can of course assist if anyone want's to look into it.

cmollekopf moved this task from New to Triaged on the Kube: Bugs board.Apr 4 2020, 2:08 PM
cmollekopf triaged this task as Normal priority.

It's possible that this is because insecure apps have not been enabled or so.

It's not the case. I use two steps verification, so there is no such option.

The old endpoint https://www.google.com/calendar/dav is deprecated and no longer supported. Maybe just changing it will work (https://developers.google.com/calendar/caldav/v2/guide).

Unfortunately I can't help with the code. It's just a tip. Thank you for your effort.