Bug 298519 - Deleting events incorrectly reports an error
Summary: Deleting events incorrectly reports an error
Status: RESOLVED FIXED
Alias: None
Product: libkgapi
Classification: Frameworks and Libraries
Component: calendar (show other bugs)
Version: GIT
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-21 01:44 UTC by Blackpaw
Modified: 2012-04-24 20:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.3.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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