What | Removed | Added |
---|---|---|
Status | NEW | ASSIGNED |
Assignee | syncevolution-issues@syncevolution.org | patrick.ohly@gmx.de |
Version | unspecified | 1.3 |
(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?