Version: unspecified (using Devel) OS: Linux There was a writeable resource (IMAP +Kolab) in the calender. And it was activated. Reproducible: Always Steps to Reproduce: 1. A invites B to an event. 2. B clicks on "Accept" Actual Results: no writeable resource error msg pops up. Expected Results: Enter the event into the Kolab calendar resource.
This bug still occurs in trunk
The problem is that if no KResource is set up, you get a "You have no writable calendar folders for invitations, so storing or saving a response will not be possible. Please create at least 1 writable events calendar and re-sync." error. If you set up ANY calendar kresource, be it a simple file resource, it works.
example for .kde/share/config/kresources/calendar/stdrc [General] PassiveResourceKeys= ResourceKeys=W5iinJyDhR Standard=W5iinJyDhR [Resource_W5iinJyDhR] CalendarURL[$e]=file://$HOME ResourceIdentifier=W5iinJyDhR ResourceIsActive=true ResourceIsReadOnly=false ResourceName=localdir-resource ResourceType=localdir
SVN commit 1157161 by amantia: Accept bottom-up listing order from the IMAP server (if we receive a folder that was created as a dummy parent, make it non-dummy, including being selectable, listable). CCBUG: 242686 M +20 -5 imapresource.cpp U imapresource.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1157161
SVN commit 1163068 by vkrause: Disable the check if there is a KResource instance available, that wont help if you only have Akonadi resources. BUG: 242686 M +8 -4 text_calendar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1163068
In version 4:4.5~20101001.1181430-1maemo1.1181463, an empty folder selection dialog pops up, with the OK button greyed out.
This is ok now.