http://bugzilla.moblin.org/show_bug.cgi?id=6664
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Undecided |P2 AssignedTo|[email protected] |[email protected] Target Milestone|--- |0.9.1 --- Comment #2 from pohly <[email protected]> 2009-10-12 01:36:19 --- (In reply to comment #0) > sync: 0.9.0.99.3 > > When a task is created or modified via mobical.net web interface, its priority > is always displayed as "High" after synced to client. The value of its > priority > on mobical.net is > 1 -- High > 2 -- Normal > 3 -- Low This seems to be common, although the vCalendar 1.0 standard itself doesn't specify it. Funambol uses the same range. > For moblin and other distros with evolution, [1,2,3] are all displayed as > priority "High" on application ui. Generally, applications follow this rule: > undefined - 0 > high - [1,2,3,4] > normal - 5 > low - [6,7,8,9,.....] That's the value range specified by the iCalendar 2.0 standard. > If we configure tasks with priority larger than 3 on client and then sync it > to > mobical.net, the value will be displayed directly by the number. (see > screenshot) It is better to map them to strings like "Low" when displaying. We should use the iCalendar 2.0 range internally in the Synthesis field list and map to the smaller 1-3 range when talking to peers in vCalendar 1.0. Yongsheng, can you have a look at this? -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
