[korganizer] [Bug 412722] KOrganizer does not show some events from EWS resource

Leszek Lesner bugzilla_noreply at kde.org
Tue Jan 30 11:32:08 GMT 2024


https://bugs.kde.org/show_bug.cgi?id=412722

Leszek Lesner <leszek.lesner at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leszek.lesner at web.de

--- Comment #17 from Leszek Lesner <leszek.lesner at web.de> ---
This patch applying to akonadi-calendar fixes it for me. Why those blocked
things cannot be configured is a mystery to me.

diff --git a/src/etmcalendar.cpp b/src/etmcalendar.cpp
index
f662541616cba2651c742038b43f405404802d21..af973fc6ee7f5c6e2a2d278ad44a5fa1612b57ab
100644
--- a/src/etmcalendar.cpp
+++ b/src/etmcalendar.cpp
@@ -154,7 +154,6 @@ void ETMCalendarPrivate::setupFilteredETM()
     mCalFilterPartStatusProxyModel = new CalFilterPartStatusProxyModel(this);
     mCalFilterPartStatusProxyModel->setFilterVirtual(false);
     QList<KCalendarCore::Attendee::PartStat> blockedStatusList;
-    blockedStatusList << KCalendarCore::Attendee::NeedsAction;
     blockedStatusList << KCalendarCore::Attendee::Declined;
     mCalFilterPartStatusProxyModel->setDynamicSortFilter(true);
     mCalFilterPartStatusProxyModel->setBlockedStatusList(blockedStatusList);

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list