Summary: | agenda entries not visible | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Kees Bergwerf <kees> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | dvratil, gjditchfield, kdenis, okurz, rigo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | test calendar entry ending up invisible |
Description
Kees Bergwerf
2016-03-03 15:43:13 UTC
Created attachment 103196 [details]
test calendar entry ending up invisible
I can confirm this issue. When I import the attached calendar entry it ends up in the calendar which I can confirm with akonadiconsole as well as when syncing the according calendar to other calendars, e.g. google calendar.
The following change fixes this:
```
-ATTENDEE;RSVP=FALSE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;
+ATTENDEE;RSVP=FALSE;PARTSTAT=ACCEPTED;ROLE=REQ-PARTICIPANT;
```
The problem is that korganizer imports invitations with `PARTSTAT=NEEDS-ACTION` set which therefore end up invisible.
Confirmation with Opensuse Tumbleweed 2019-02-05. Can this be fixed? I can't reproduce the issue with the attached file on current git master of KDE PIM. I suspect this may have been a bug in libical instead of KOrganizer itself, and most likely has been fixed in the meantime. Please feel free to reopen the bug if you can still reproduce the issue with an up-to-date version of KDE PIM. Also mention the version of libical that you have installed, please. |