pimappservices/calendar/client/src/calentryimpl.cpp
branchRCL_3
changeset 30 d68a4b5d5885
parent 0 f979ecb2b13e
child 65 12af337248b1
equal deleted inserted replaced
27:55d60436f00b 30:d68a4b5d5885
   613 		}
   613 		}
   614 
   614 
   615 	const TAgnRpt* KRpt = KRptDef->RRule();
   615 	const TAgnRpt* KRpt = KRptDef->RRule();
   616 
   616 
   617 	// get the DTSTART property
   617 	// get the DTSTART property
   618 	if (SimpleEntry()->Type() == CCalEntry::ETodo)
   618 //	if (SimpleEntry()->Type() == CCalEntry::ETodo)
   619 		{
   619 //		{
   620 		aRule.SetDtStart(EndTimeL());
   620 //		aRule.SetDtStart(EndTimeL());
   621 		}
   621 //		}
   622 	else
   622 //	else
   623 		{
   623 		{
   624 		aRule.SetDtStart(StartTimeL());
   624 		aRule.SetDtStart(StartTimeL());
   625 		}
   625 		}
   626 
   626 
   627 	TInt repCount = 0;
   627 	TInt repCount = 0;