https://bugs.freedesktop.org/show_bug.cgi?id=56668
Patrick Ohly <patrick.ohly(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTOURBUG
--- Comment #1 from Patrick Ohly <patrick.ohly(a)gmx.de> ---
(In reply to comment #0)
A memo in the web app of Memotoo has:
title: test
text: this is a test
After syncing in Evolution the memo is as follows:
title: this is a test
text: this is a test
The other way creating a memo in Evolution:
title: title
text: this is a test
After syncing and opening in the web browser from Memotoo:
title: (empty)
text: test
this is a test
In Evolution it is
title: test
text: test
this is a test
The title is not correctly handled.
The root cause is that memos have to be exchanged as plain text, because
Memotoo doesn't support anything else - see also bug #56674.
Syncing an new memo from Evolution to
Memotoo the title is set automatically to the first line of the text field,
which is OK. Normally I do that manually, because other devices and Outlook
does not have a title field. But I would be nice if you fill the title field
correctly, as Evolution has one.
What SyncEvolution can do and does is that it includes a title in the text that
it sends, if the first line of the text is not already the same as that title.
What Memotoo should do is to take that first line as title when creating a memo
from plain text. This cannot be enforced by SyncEvolution and needs to be
changed on the Memotoo side.
That, or support vCalendar/iCalendar as format.
And when I sync a new memo from Memotoo the
title is lost as you can see in my examples.
That's because Memotoo only sends plain text and probably doesn't include the
title in the data that it sends. Needs to be fixed on the Memotoo side, by
adding support for vCalendar 1.0 or iCalendar 2.0 (better) - see also bug
#56674.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.