Bug 355908 - Events from Google Calendar are not displayed in akonadi
Summary: Events from Google Calendar are not displayed in akonadi
Status: RESOLVED FIXED
Alias: None
Product: libkgapi
Classification: Frameworks and Libraries
Component: calendar (show other bugs)
Version: GIT
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 21:24 UTC by Antonio Rojas
Modified: 2016-09-27 08:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2015-11-25 21:24:30 UTC
Events added to Google Calendar via the web page or the Android app are not displayed in korganizer. Events added to korganizer are displayed correctly in Google, though. Events are displayed correctly if I add the Google calendar via the caldav interface. Tested with kdepim 15.08 + libkgapi 5.0 and kdepim 15.12 + libkgapi 5.1, with a clean user.

Reproducible: Always
Comment 1 Tom Kijas 2016-01-10 22:27:35 UTC
Hmm :) Korganizer is magic software... noone knows what it will do.

My 1st computer - Korganizer synchronized with Google account -> it can show events created on website, but DOES NOT upload events to website and other Korganizers connected.

My 2nd computer - Korganizer synchronized with the SAME Google account -> it CANNOT show events created on website, but DOES upload events to website and other Korganizers.

Result? Unusable and un-reliable for basic work, mainly for companies.
Comment 2 Daniel Vrátil 2016-03-22 19:34:54 UTC
Git commit 46b9c59d955e8055675df03eb1e6dad2d95bdda2 by Daniel Vrátil.
Committed on 22/03/2016 at 19:32.
Pushed by dvratil into branch 'LibKGAPI/5.1'.

Fix ts2Str() UTC conversion

Correctly convert timestamp to UTC datetime instead of local time. This
caused at least the event incremental fetch to miss some events because
of minUpdateTime being was sent in local time but intepreted by server
as UTC.

M  +1    -4    src/core/utils.cpp

http://commits.kde.org/akonadi-google/46b9c59d955e8055675df03eb1e6dad2d95bdda2
Comment 3 Antonio Rojas 2016-03-25 22:33:04 UTC
This commit fixes the problem, thanks
Comment 4 Antonio Rojas 2016-09-05 09:51:35 UTC
I just realized that this was never merged to master or the 5.3 branch, so libkgapi 5.3 is still affected
Comment 5 Daniel Vrátil 2016-09-27 08:07:27 UTC
Bummer! I've synced the branches now to make sure the fix is included in the next release. Sorry about that!