Version: (using KDE 4.4.0) OS: Linux Installed from: Ubuntu Packages I found interesting think about akonadi's googledata module. When the google calendar does not contain any event, syncing fails. There was used assumption there has to be at least one event. It starts working after I had added one event. Problematic code part: /* GCalendar returns last updated entry as first element */ event = gcal_event_element(&all_events, 0); if (!event) { kError() << "Failed to retrieve last updated event."; const QString message = i18nc("@info:status", "Failed getting last updated" " event."); emit error(message); emit status(Broken, message); return; }
It is located in: akonadi-googledata-1.0.1/calendar/gcalresource.cpp: void GCalResource::retrieveItems( const Akonadi::Collection &collection )
I can confirm this bug. My googlecalendar was empty and I tried to sync my lokal events to googlecalendar but nothing happens. Then I added a test event to googlecalendar and the synchronization started working.
This bug has only been reported for versions older than KDEPIM 4.14 (at most akonadi-1.3). Can anyone tell if this bug still present? If noone confirms this bug for a recent version of akonadi (part of KDE Applications 15.08 or later), it gets closed in about three months.
Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input.