pimappservices/calendarvcalplugin/src/agmvcalx.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31: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 //