Summary: | duplication of reminders with google calendar | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | davidblunkett <dav1dblunk3tt> |
Component: | Google Resource | Assignee: | 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: | http://commits.kde.org/kdepim-runtime/62fabd8fb9b00f7ff4ce666d09c80e3d35ac83cb | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
davidblunkett
2013-04-15 14:42:22 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. 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! 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 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 Heh, splendid thanks! |