Bug 298519

Summary: Deleting events incorrectly reports an error
Product: [Frameworks and Libraries] libkgapi Reporter: Blackpaw <lindsay.mathieson>
Component: calendarAssignee: Daniel Vrátil <dvratil>
Status: RESOLVED FIXED    
Severity: normal CC: lindsay.mathieson
Priority: NOR    
Version: GIT   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 0.3.1

Description Blackpaw 2012-04-21 01:44:11 UTC
When deleting a event from Kontact Calendar KDE reports an error - "akonadi_googlecalendar_resource_19: Failed to delete event: Unknown error" but the event is actually deleted locally and from the google calendar.

Reproducible: Always

Steps to Reproduce:
1. Create A test event
2. Verify it is also created on google
3. Delete the event
Actual Results:  
KDE reports a "akonadi_googlecalendar_resource_19: Failed to delete event: Unknown error"
The event is deleted locally
The event is deleted from google

Expected Results:  
No error notification.
Comment 1 Daniel Vrátil 2012-04-21 13:33:49 UTC
Thanks for reporting the issue.

Fixed in git master by commit 052631c10329e6552b8cb3d8c0e4fdad7cf964a6

http://commits.kde.org/akonadi-google/052631c10329e6552b8cb3d8c0e4fdad7cf964a6
Comment 2 Blackpaw 2012-04-21 14:33:14 UTC
Tested on my PC, works great.

Thanks