serviceproviders/sapi_calendar/src/calendariterableimpl.cpp
changeset 55 eaf3908907b6
parent 19 989d2f495d90
--- a/serviceproviders/sapi_calendar/src/calendariterableimpl.cpp	Fri Mar 19 09:42:20 2010 +0200
+++ b/serviceproviders/sapi_calendar/src/calendariterableimpl.cpp	Fri Apr 16 15:54:44 2010 +0300
@@ -310,7 +310,7 @@
 		if ( rdates.Count() > 0 )
 			{
     		CLiwDefaultList* dateList = CCalendarInterface::GetDatesListL( rdates );
-			aMap->InsertL( KRepeatDates, TLiwVariant( dateList ) );
+			aMap->InsertL( KExceptionDates, TLiwVariant( dateList ) );
 			dateList->DecRef();
 			}
 		rdates.Reset();
@@ -484,7 +484,7 @@
 		
 	else if(  aKey.CompareF( KStatus ) == 0 )	
 		{
-		if ( ( aMap->iCalEntry->EntryTypeL() == CCalEntry::EAppt ) &&
+		if ( ( aMap->iCalEntry->EntryTypeL() == CCalEntry::EAppt ) ||
 				( aMap->iCalEntry->EntryTypeL() == CCalEntry::ETodo ))
 			{
 			aMap->InsertL( KStatus, TLiwVariant( CCalendarInterface::GetStatusL( aMap->iCalEntry->StatusL() ) ) );