--- a/pimappservices/calendarvcalplugin/src/agmvcali.cpp Wed Sep 01 12:32:31 2010 +0100
+++ b/pimappservices/calendarvcalplugin/src/agmvcali.cpp Tue Sep 14 21:17:03 2010 +0300
@@ -379,6 +379,15 @@
CleanupStack::PopAndDestroy(geoString);
}
+ TInt intProperty( 0 );
+ //Import UserDataInt
+ TBool integerFound = ImportIntegerPropertyL( aParser, KVersitExtUserInt,
+ intProperty );
+
+ if ( integerFound )
+ {
+ iEntry->SetUserInt32L( intProperty );
+ }
CleanupStack::PopAndDestroy(properties);
aEntryArray.AppendL(iEntry); // takes ownership of entry
iEntry = NULL;