pimappservices/calendarvcalplugin/src/agmvcalx.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   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 );       
       
   671 	}
   668 	}
   672 
   669 
   673 
   670 
   674 // Add appointment properties to parser
   671 // Add appointment properties to parser
   675 //
   672 //