pimappservices/calendar/client/src/calentryimpl.cpp
changeset 49 5de72ea7a065
parent 26 a949c2543c15
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
   634 		}
   634 		}
   635 
   635 
   636 	const TAgnRpt* KRpt = KRptDef->RRule();
   636 	const TAgnRpt* KRpt = KRptDef->RRule();
   637 
   637 
   638 	// get the DTSTART property
   638 	// get the DTSTART property
   639 	if (SimpleEntry()->Type() == CCalEntry::ETodo)
   639 //	if (SimpleEntry()->Type() == CCalEntry::ETodo)
   640 		{
   640 //		{
   641 		aRule.SetDtStart(EndTimeL());
   641 //		aRule.SetDtStart(EndTimeL());
   642 		}
   642 //		}
   643 	else
   643 //	else
   644 		{
   644 		{
   645 		aRule.SetDtStart(StartTimeL());
   645 		aRule.SetDtStart(StartTimeL());
   646 		}
   646 		}
   647 
   647 
   648 	TInt repCount = 0;
   648 	TInt repCount = 0;