On Wed, 2013-04-17 at 09:18 -0700, Diane Trout wrote:
> > > 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

Accessing items with --print-items/import/export/update/delete-items
will work, because that passes the item content through unmodified. 

However, syncing will not work because it needs to convert between the
format used by the storage and the internal representation ("field
list").

What does this application/x-vnd.akonadi.calendar.todo format look like?
Are there KDE utility classes for parsing and generating it?

And finally, do you think you could add support for this format, with
some help of course?

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.


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

Reply via email to