Hi guys,
I'd like to ask you for help, because I am probably doing something wrong in
my Akonadi resource, but I can't find out what it is :).
During development of the akonadi-google resource, I run into a problem with
UIDs of newly created items. When I create a new event (but applies for
contacts as well) in KOrganizer, itemAdded() in the resource is invoked and
Akonadi::Item with the event is passed to the slot. The event has a generic
UID assigned by Akonadi. The resource then serializes the Akonadi::Item
payload to JSON, sends request to Google API and waits for reply.