https://bugs.kde.org/show_bug.cgi?id=360032
Oliver Kurz <ok...@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ok...@suse.de --- Comment #1 from Oliver Kurz <ok...@suse.de> --- Created attachment 103196 --> https://bugs.kde.org/attachment.cgi?id=103196&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.