Summary | When tasks submitted through Kontact the due date gets lost |
Queue | Nag |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | bugs.horde.org (at) sjau (dot) ch |
Created | 10/15/2009 (5750 days ago) |
Due | |
Updated | 01/13/2010 (5660 days ago) |
Assigned | 10/15/2009 (5750 days ago) |
Resolved | 12/15/2009 (5689 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Parse date-only DUE fields (
Bug #8644).http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-git&r1=50342e613515b9061d4fd07694314396a1b8cc1a&r2=e29bf2b095470311fcf882674282637fff5d6d70
"The completion % from akonadi isn't properly transmitted to horde"
I'm experiencing the same bug and opened a separate ticket:
bug 8814database? If yes, which fields haven't been imported correctly?
properly transmitted to horde.
database? If yes, which fields haven't been imported correctly?
I think this belongs also here: The completion % from akonadi isn't
properly transmitted to horde. In Kontact I can mark things as
completed but nothing happens on the horde-end.
It seems that adding a task now through Akonadi works just fine.
However adding it through the Kontact calendar in remote file thing
makes not appear anything in Horde.
For me it's fine if it just all works through Akonadi.
If I add a task with a due date through
(1) Calendar in Remote File (Provides access to a calendar in a remote
file using KDE's network framework KIO) -->
http://www.domain.com/horde/rpc.php/nag/USER/USER.ics
then the task appears now in the calendar with the due date. However
it does not appear in the tasks list
(2) Akonadi "ICal Calendar File" -->
webdav://www.domain.com/horde/rpc.php/nag/USER/USER.ics
then the task will be added to the task list and it also displays a
due date in the tasks list. However there is no entry in the calendar
shown although the tasks are selected to show in the calendar also.
In Kontact itself everything seems to work just fine.
Assigned to Jan Schneider
State ⇒ Feedback
MFG: Parse date-only DUE fields (
Bug #8644).http://cvs.horde.org/diff.php/nag/docs/CHANGES?rt=horde&r1=1.115.2.122&r2=1.115.2.123&ty=u
http://cvs.horde.org/diff.php/nag/lib/Driver.php?rt=horde&r1=1.57.2.29&r2=1.57.2.30&ty=u
Parse date-only DUE fields (
Bug #8644).http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-hatchery&r1=50342e613515b9061d4fd07694314396a1b8cc1a&r2=e29bf2b095470311fcf882674282637fff5d6d70
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ When tasks submitted through Kontact the due date gets lost
Type ⇒ Bug
Queue ⇒ Nag
(without Kolab) on a server. According to yunosh I did install webdav
on the server so that I can access the calendar and tasks directly
from Kontact.
Today I now also setup an Akonadi source for the calendar and tasks. I
tried to then to create a task and it works fine. However when I try
to create in Kontact a task with a due date then Horde "forgets" about
it.
It does not matter if I try to use directly the URL in the Kontact
remote file setup like
http://www.domain.com/horde/rpc.php/nag/USER/USER.ics or whether I
create an akonadi source like
http://www.domain.com/horde/rpc.php/nag/USER/USER.ics. In both cases
Horde will not display a due date.
On the other hand, if I create a task in Horde with a due date then it
appears fine in Kontact.
I download the .ics file from horde and also copied the one created by
akonadi. Below you have the different results:
-------------
Akonadi
-------------
BEGIN:VTODO
DTSTAMP:20091015T091337Z
ORGANIZER;CN="sjau":MAILTO:user@domain.com
CREATED:20091015T091234Z
UID:libkcal-1934965265.1008
LAST-MODIFIED:20091015T091234Z
SUMMARY:Test Akonadi 3
PRIORITY:5
DUE;VALUE=DATE:20091031
PERCENT-COMPLETE:0
END:VTODO
-------------
Horde
-------------
BEGIN:VTODO
UID:libkcal-1934965265.1008
ORGANIZER:MAILTO:user@domain.com
SUMMARY:Test Akonadi 3
PRIORITY:5
STATUS:NEEDS-ACTION
CREATED:20091015T091403Z
LAST-MODIFIED:20091015T092122Z
END:VTODO