meetingrequest/mricalviewer/src/cesmrmrinfoicalretriever.cpp
branchRCL_3
changeset 73 c8382f7b54ef
parent 64 3533d4323edc
child 80 726fba06891a
equal deleted inserted replaced
70:968773a0b6ef 73:c8382f7b54ef
   603 
   603 
   604     if (IsFieldSupported(iSupportedFields, MMRInfoObject::EESMRInfoFieldPriority))
   604     if (IsFieldSupported(iSupportedFields, MMRInfoObject::EESMRInfoFieldPriority))
   605         {
   605         {
   606         iConvertedEntry->SetPriorityL( iMRInfoObject->PriorityL() );
   606         iConvertedEntry->SetPriorityL( iMRInfoObject->PriorityL() );
   607         }
   607         }
       
   608     
       
   609     if ( IsFieldSupported( iSupportedFields, MMRInfoObject::EESMRInfoFieldPrivacy ) )
       
   610         {
       
   611         if( iMRInfoObject->PrivacyL() == MMRInfoObject::EMRSensitivityPrivate )
       
   612             {
       
   613             iConvertedEntry->SetReplicationStatusL( CCalEntry::EPrivate );
       
   614             }
       
   615         else if( iMRInfoObject->PrivacyL() == MMRInfoObject::EMRSensitivityConfidential )
       
   616             {
       
   617             iConvertedEntry->SetReplicationStatusL( CCalEntry::ERestricted );
       
   618             }
       
   619         else
       
   620             {
       
   621             iConvertedEntry->SetReplicationStatusL( CCalEntry::EOpen );
       
   622             }
       
   623         }
   608     }
   624     }
   609 
   625 
   610 // ---------------------------------------------------------------------------
   626 // ---------------------------------------------------------------------------
   611 // CESMRInfoIcalRetrieverCmd::FillCommonFieldsL
   627 // CESMRInfoIcalRetrieverCmd::FillCommonFieldsL
   612 // ---------------------------------------------------------------------------
   628 // ---------------------------------------------------------------------------