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

2024-02-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #24 from d...@newtech.fi ---
Thanks for the explanation. And I would welcome a removal very much! Better see
them twice than not at all (and miss the event)

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-02-20 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=412722

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #23 from Daniel Vrátil  ---
I'm closing this as fixed, since the original issue has been fixed - open and
declined invitations will appear in calendars again in 24.02 release. Current
KOrganizer master (to be released in 24.05) has additionally a checkbox in
settings to globally show/hide declined invitations.

Dag, it looks like your problem might be caused by some other issue, please
open a separate bug report and please attach the problematic event (stripped of
PII). Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-02-16 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=412722

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #22 from Daniel Vrátil  ---
So, here's an answer on what's going on:

Some years ago, special "Search" -> "Open Invitations" and "Declined
Invitations" calendars were introduced. Those calendar should contain all your
open ("unanswered") and declined invitations from all calendars. To prevent
such events appearing twice in KOrganizer, an additional filter was added to
code that hides those events from regular calendars. The problem is that users
often don't have those special search calendars enabled, and that the special
calendars don't work reliably at all and thus events might be missing.

I have accidentally fixed this in git master (to be released 24.02) by porting
event views away from ETMCalendar, so this filter was also removed.

I have proposed to remove the special search collections completely (due to
their unreliability as of now), always show unanswered invites  make it
globally configurable in KOrganizer whether to show declined event.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-02-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #21 from d...@newtech.fi ---
Tried that and it did not help.
Copy/pasted the event from akonadi-console (Why is there no option to export an
event to an ics file btw. ?) , edited and re-imported.

When I removed the following line it showed up on the month view as well:

RECURRENCE-ID;TZID=Europe/Vilnius;RANGE=THISANDFUTURE:20240220T15

This is generated by Teams and akonadi didn't like it.

1. Who has made the decision that a "broken" event will not be displayed at
all? It should of course be displayed, perhaps with a marker. The same with an
non-accepted event. Not displaying these is a disaster in a serious business
environment.
2. What is wrong with the line?

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-02-12 Thread Leszek Lesner
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #20 from Leszek Lesner  ---
Maybe the other blockedStatusList for declined atendees is blocking it. Try
removing that as well and see if it fixes it for you.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #19 from d...@newtech.fi ---
Well it helped "somewhat". Most of the events are now visible - But not all.
Still missing some and they are only invisible in the Month view. Clicking
"Agenda" I can see them,

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #18 from d...@newtech.fi ---
Seems to solve the problem, thank you very much!

And completely agree with you that you should be able to select what you want
to exclude from the visible events!

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2024-01-30 Thread Leszek Lesner
https://bugs.kde.org/show_bug.cgi?id=412722

Leszek Lesner  changed:

   What|Removed |Added

 CC||leszek.les...@web.de

--- Comment #17 from Leszek Lesner  ---
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 blockedStatusList;
-blockedStatusList << KCalendarCore::Attendee::NeedsAction;
 blockedStatusList << KCalendarCore::Attendee::Declined;
 mCalFilterPartStatusProxyModel->setDynamicSortFilter(true);
 mCalFilterPartStatusProxyModel->setBlockedStatusList(blockedStatusList);

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2023-12-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412722

aux...@gmail.com changed:

   What|Removed |Added

 CC||aux...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2023-12-14 Thread Jan Bundesmann
https://bugs.kde.org/show_bug.cgi?id=412722

Jan Bundesmann  changed:

   What|Removed |Added

 CC||k...@knofafo.de

--- Comment #16 from Jan Bundesmann  ---
This might be the same bug that's bothering me:
https://bugs.kde.org/show_bug.cgi?id=421916

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412722

d...@newtech.fi changed:

   What|Removed |Added

 CC||d...@newtech.fi

--- Comment #15 from d...@newtech.fi ---
I think this is the same bug as the one I see:
https://bugs.kde.org/show_bug.cgi?id=418811 . The entry is there, but not shown
for some reason.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2023-11-03 Thread phrxmd
https://bugs.kde.org/show_bug.cgi?id=412722

phrxmd  changed:

   What|Removed |Added

 CC||philipp.reichm...@gmail.com
Summary|KOrganizer does not show|KOrganizer does not show
   |events from EWS resource|some events from EWS
   ||resource

-- 
You are receiving this mail because:
You are watching all bug changes.