Bug 240577 - update mail of an event cannot be entered into the calendar
Summary: update mail of an event cannot be entered into the calendar
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kontact
Classification: Applications
Component: calendar (show other bugs)
Version: enterprise
Platform: Debian unstable Linux
: HI major
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 12:38 UTC by Ludwig Reiter
Modified: 2017-06-24 00:12 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ludwig Reiter 2010-06-03 12:38:27 UTC
Version:           enterprise (using Devel) 
OS:                Linux

An attendee receives an update mail, because the organizer resized the event.
But the attendee is asked to reply and cannot just enter it into the calendar.

Reproducible: Always

Steps to Reproduce:
1. A invites B.
2. B accepts.
3. A resizes the event.
4. B gets an update mail.

Actual Results:  
He cannot enter it into the calendar.

Expected Results:  
He should be informed of the change and should be able to enter it into the calendar.
Comment 1 Sergio Martins 2010-11-04 10:58:36 UTC
SVN commit 1192995 by smartins:

incidencesFromSchedulingID() must be implemented in CalendarAdaptor, otherwise the one from base class is called, which returns an empty list.

CCBUG: 240577

 M  +10 -0     calendaradaptor.cpp  
 M  +3 -0      calendaradaptor.h  
 M  +2 -1      groupware.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1192995
Comment 2 Sergio Martins 2010-11-04 12:16:52 UTC
SVN commit 1193046 by smartins:

make incidenceFromSchedulingID() virtual.

CCBUG: 240577
CCMAIL: alvaro.manera@nokia.com

 M  +2 -2      calendar.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1193046
Comment 3 Sergio Martins 2010-11-09 12:37:29 UTC
I fixed this today, and it's working here. Reopen if this doesn't work for you.
Comment 4 Ludwig Reiter 2011-01-19 11:44:16 UTC
Windows CE Mail Touch 2011-01-16 git-4d1bc61
doesn't work in my test.

Reopened.
Comment 5 Tobias Koenig 2011-01-19 15:37:00 UTC
Hej Sergio,

I tried to debug it a bit (can reproduce it on the desktop here).
It seems that at the point when mCalendar->incidencesFromSchedulingID() is called in KCalUtils::Scheduler::acceptRequest(), the NepomukCalendar is not fully populated and therefor no matching incidence is returned. Maybe that's a point to start further debugging.

Ciao,
Tobias
Comment 6 Bernhard E. Reiter 2011-01-20 17:12:54 UTC
We need to check this for CE, too.
Comment 7 Volker Krause 2011-01-24 20:27:30 UTC
Doesn't work means clicking the links in the email has no effect I assume? Then this is a duplicate of 263809 and 263856.
Comment 8 Bernhard E. Reiter 2011-01-26 12:04:19 UTC
Volker: As far as I understand the issue, this is _not_ about the links being unavailable, but about the original event not found. Tobias could reproduce on the 19th.
Comment 9 Sergio Martins 2011-01-26 12:32:23 UTC
Happened to me sometimes. The event wasn't feed to strigi, so it couldn't be found.
Comment 10 Ludwig Reiter 2011-02-18 10:32:14 UTC
Kontact Touch Windows CE 2011-02-11

Test failed. 
I saved the event to a Kolab calendar resource.
I cannot enter the change into the calendar.

Reopened
Comment 11 Tobias Koenig 2011-02-21 12:29:58 UTC
Git commit b183f98cf5123bbb68e7aa4e97ba16fb1b2d6e85 by Tobias Koenig.
Committed on 21/02/2011 at 12:31.
Pushed by tokoe into branch 'komo3'.

Make IncidenceFetchJob work with kolab resource

Add all incidence subtypes to IncidenceFetchJob's mime type filter,
because the kolab resource does not use text/calendar as collection
content mime type but the subtypes.

BUG: 240577

M  +7    -1    calendarsupport/incidencefetchjob.cpp     

http://commits.kde.org/kdepim/b183f98cf5123bbb68e7aa4e97ba16fb1b2d6e85
Comment 12 Ludwig Reiter 2011-02-24 13:24:56 UTC
Kontact ouch Windows CE 2011-02-22 9:20

test of the description
If I enter the event into the calendar, the mail part doesn't jump back to the mail list. But ino a kind of unchangeable thread display of both mails. And need to be restarted.

The event is updated, but has a strange half cut letter icon.

Reopened.
Comment 13 Tobias Koenig 2011-02-28 08:57:47 UTC
Hej Ludwig,

(In reply to comment #12)
> Kontact ouch Windows CE 2011-02-22 9:20
> 
> test of the description
> If I enter the event into the calendar, the mail part doesn't jump back to the
> mail list.
This is a different bug you are hitting here (bug #264164) and has nothing to do with the original bug report... again, please only reopen bugs if you can still reproduce the _same_ problem of the initial bug description, otherwise create a new one with a matching title.

> The event is updated, but has a strange half cut letter icon.
Screenshot?

Ciao,
Tobias
Comment 14 Denis Kurz 2017-06-24 00:12:50 UTC
Closing due to lack of feedback