Bug 318392

Summary: duplication of reminders with google calendar
Product: [Frameworks and Libraries] Akonadi Reporter: davidblunkett <dav1dblunk3tt>
Component: Google ResourceAssignee: Daniel Vrátil <dvratil>
Status: RESOLVED FIXED    
Severity: normal CC: kdepim-bugs, smartins
Priority: NOR    
Version: 4.10   
Target Milestone: 4.10   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.11

Description davidblunkett 2013-04-15 14:42:22 UTC
I set up korganizer to sync with my google calendar which works great except...

korganizer is duplicating all the email reminders that the google calendar is issuing.  In fact it seems to be sending more reminders than the google calendar.  Since I want to be able to use korganizer on a number of machines simultaneously the number of reminders will grow to a ridiculous amount.  I'd like koganizer to stop duplicating these reminders - I personally can't see why anyone would want this behaviour but I can see that it might 9strictly speaking) be correct.

So... I'm not sure if this is a bug, misunderstanding or feature request but it should be possible to turn email reminders off or somehow manage their behaviour (turn to task bar notifications) for calendars that you sync to.  Preferably on a per calendar basis.
 

Reproducible: Always

Steps to Reproduce:
Set up to sync with an external calendar and get all notifications duplicated - makes sense for some notifications (popups?) but not for email ones.
Actual Results:  
duplication of email notifications 

Expected Results:  
should be able to control / disable the duplication of email notifications
Comment 1 davidblunkett 2013-04-16 13:04:16 UTC
I've tried to disable this problem by removing any email addresses from korganizer so it cannot send emails but this just leads to numerous error messages which is almost as annoying as the duplicate emails it keeps sending.
Comment 2 davidblunkett 2013-04-21 12:13:49 UTC
Frustrated by the continual popups complaining about not having an address set I set the address to the "dummy transport" and this has had some bad side effects in that this has cause all my outgoing email transports in kmail to be deleted. This cannot be intended behaviour!
Comment 3 Daniel Vrátil 2013-04-30 10:18:56 UTC
Git commit 341251b88ba047a80d0084a0f5eeb29de3bd74aa by Dan Vrátil.
Committed on 30/04/2013 at 12:10.
Pushed by dvratil into branch 'master'.

Allow to explicitly unblock some types of alarms in BlockAlarmsAttribute

REVIEW: 110127

M  +1    -1    CMakeLists.txt
M  +90   -5    akonadi/calendar/blockalarmsattribute.cpp
M  +22   -1    akonadi/calendar/blockalarmsattribute.h
M  +22   -2    akonadi/calendar/etmcalendar.cpp
A  +1    -0    includes/Akonadi/Calendar/BlockAlarmsAttribute

http://commits.kde.org/kdepimlibs/341251b88ba047a80d0084a0f5eeb29de3bd74aa
Comment 4 Daniel Vrátil 2013-04-30 10:19:34 UTC
Git commit 62fabd8fb9b00f7ff4ce666d09c80e3d35ac83cb by Dan Vrátil.
Committed on 30/04/2013 at 12:18.
Pushed by dvratil into branch 'master'.

Block email reminders from Google Calendar resource

Google sends email reminders for us, so avoid duplication.
FIXED-IN: 4.11

M  +1    -1    CMakeLists.txt
M  +1    -0    resources/google/calendar/CMakeLists.txt
M  +7    -0    resources/google/calendar/calendarresource.cpp

http://commits.kde.org/kdepim-runtime/62fabd8fb9b00f7ff4ce666d09c80e3d35ac83cb
Comment 5 davidblunkett 2013-04-30 20:39:57 UTC
Heh, splendid thanks!