Summary: | Events not shown when PARTSTAT=NEEDS-ACTION for current identity | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Jan Bundesmann <kde> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dvratil |
Priority: | NOR | ||
Version: | 5.13.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Example ICS file |
Description
Jan Bundesmann
2020-05-22 13:58:18 UTC
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 calendars enabled, and that the special "Search" collections 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, thus you will start seeing open and declined invitations in your main calendars again. Related: bug #418811, #412722. Current git master (to be released in 24.05) will have a checkbox in KOrganizer settings to allow to hide declined events globally. |