pimappservices/calendarvcalplugin/src/agmvcalx.cpp
branchRCL_3
changeset 74 97232defd20e
parent 66 bd7edf625bdd
child 86 ed599363c2d7
equal deleted inserted replaced
66:bd7edf625bdd 74:97232defd20e
   663 	for(TInt ii = 0; ii<attachCount; ++ii)
   663 	for(TInt ii = 0; ii<attachCount; ++ii)
   664 		{
   664 		{
   665 		CCalAttachment* attach = aEntry->AttachmentL(ii);
   665 		CCalAttachment* attach = aEntry->AttachmentL(ii);
   666 		AddAttachmentPropertyL(aParser, *attach);
   666 		AddAttachmentPropertyL(aParser, *attach);
   667 		}
   667 		}
       
   668 	
       
   669     TInt userDataInt = aEntry->UserInt32L();       
       
   670     AddIntegerPropertyL( aParser, KVersitExtUserInt, userDataInt );       
   668 	}
   671 	}
   669 
   672 
   670 
   673 
   671 // Add appointment properties to parser
   674 // Add appointment properties to parser
   672 //
   675 //