serviceproviders/sapi_calendar/calendarservice/inc/addentry.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    82 		 * Updates an existing calendar entry without adding a new entry to the calendar store
    82 		 * Updates an existing calendar entry without adding a new entry to the calendar store
    83 		 * @param aCalendarData A structure containing entry attributes to be modified
    83 		 * @param aCalendarData A structure containing entry attributes to be modified
    84 	     * @param aEntry The calendar entry to be modified
    84 	     * @param aEntry The calendar entry to be modified
    85 		*/ 
    85 		*/ 
    86 		void UpdateEntryAttributesL( CCalEntry* aEntry );
    86 		void UpdateEntryAttributesL( CCalEntry* aEntry );
       
    87 		/**
       
    88          * Retrieves the instance for the given uid
       
    89          * @param aInsStTime Instance start time
       
    90          * @param aUid Uid
       
    91          * @return CCalInstance* 
       
    92         */ 
       
    93         CCalInstance* GetGlobalInstanceL( const TCalTime& aInsStTime, 
       
    94                                                         const TDesC8& aUid );
    87         
    95         
    88         /**
    96         /**
    89 		 * Retrieves the instance for the given local uid
    97 		 * Retrieves the instance for the given local uid
    90 		 * @param aInsStTime Instance start time
    98 		 * @param aInsStTime Instance start time
    91 		 * @param aLUid Local Uid
    99 		 * @param aLUid Local Uid