pimappservices/calendar/client/src/calentryimpl.cpp
changeset 49 5de72ea7a065
parent 26 a949c2543c15
--- a/pimappservices/calendar/client/src/calentryimpl.cpp	Fri Jun 11 13:37:54 2010 +0300
+++ b/pimappservices/calendar/client/src/calentryimpl.cpp	Wed Jun 23 18:11:28 2010 +0300
@@ -636,11 +636,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());
 		}