https://bugs.freedesktop.org/show_bug.cgi?id=55238
Patrick Ohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|syncevolution-issues@syncev |[email protected] |olution.org | Version|unspecified |1.3 --- Comment #1 from Patrick Ohly <[email protected]> --- (In reply to comment #0) > Timezone for DUE in allday events is unhandled in calendar.xml script ( > src/syncevo/configs/scripting/11calendar.xml ) > > > if (ITEMDATATYPE()=="vCalendar10" && ALLDAYCOUNT(DUE,DUE,TRUE,TRUE)>0) { > > DUE = DATEONLY(DUE); > > } > > should probably have: > > DUE = CONVERTTOUSERZONE(DUE); > before DUE = DATEONLY(DUE); Looks reasonable. Does it fix the problem for you? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
_______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
