pimappservices/calendar/client/src/calentryimpl.cpp
branchRCL_3
changeset 30 d68a4b5d5885
parent 0 f979ecb2b13e
child 65 12af337248b1
--- 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());
 		}