> > I used akonadiconsole to verify that there is a task folder (hosted via
> > kolab) whose identifer is 375.
> > 
> > I can use --print-items to get a list of ids from @default calendar, but
> > the task list is empty.
> > 
> > Was wondering if the task list is supposed to be working?
> 
> SyncEvolution supports task lists which store items in the
> "text/calendar" = iCalendar 2.0 format, because that is what
> SyncEvolution reads and writes. What content format does the missing
> task folder have?

I looked using akonadiconsole and the mime type of the folder is:
application/x-vnd.akonadi.calendar.todo

I made the following change and the todos showed  up with --print-databases / 
--print-items

Diane

diff --git a/src/backends/akonadi/akonadisyncsource.h 
b/src/backends/akonadi/akonadisyncsource.h
index 5c11ff9..6e88188 100644
--- a/src/backends/akonadi/akonadisyncsource.h
+++ b/src/backends/akonadi/akonadisyncsource.h
@@ -128,7 +128,7 @@ class AkonadiTaskSource : public AkonadiSyncSource
 {
 public:
     AkonadiTaskSource(const SyncSourceParams &params)
-        : AkonadiSyncSource("text/calendar", params)
+        : AkonadiSyncSource("application/x-vnd.akonadi.calendar.todo", 
params)
     {
     }
 

_______________________________________________
SyncEvolution mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to