diff -r 55d60436f00b -r d68a4b5d5885 pimappservices/calendar/client/src/calentryimpl.cpp --- a/pimappservices/calendar/client/src/calentryimpl.cpp Tue May 11 16:12:24 2010 +0300 +++ b/pimappservices/calendar/client/src/calentryimpl.cpp Tue May 25 12:41:10 2010 +0300 @@ -615,11 +615,11 @@ const TAgnRpt* KRpt = KRptDef->RRule(); // get the DTSTART property - if (SimpleEntry()->Type() == CCalEntry::ETodo) - { - aRule.SetDtStart(EndTimeL()); - } - else +// if (SimpleEntry()->Type() == CCalEntry::ETodo) +// { +// aRule.SetDtStart(EndTimeL()); +// } +// else { aRule.SetDtStart(StartTimeL()); }