[kontact] [Bug 360032] agenda entries not visible
Oliver Kurz
bugzilla_noreply at kde.org
Wed Jan 4 17:50:34 GMT 2017
https://bugs.kde.org/show_bug.cgi?id=360032
Oliver Kurz <okurz at suse.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |okurz at suse.de
--- Comment #1 from Oliver Kurz <okurz at 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 the assignee for the bug.
More information about the Kdepim-bugs
mailing list