diff -r 4ac3198c2c5b -r 5dae2c62e9b6 serviceproviders/sapi_calendar/src/calendariterableimpl.cpp --- a/serviceproviders/sapi_calendar/src/calendariterableimpl.cpp Fri Feb 19 23:43:21 2010 +0200 +++ b/serviceproviders/sapi_calendar/src/calendariterableimpl.cpp Mon Mar 15 12:43:25 2010 +0200 @@ -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() ) ) );