diff --git a/interfaces/exchangeCalendar/mivExchangeCalendar.js b/interfaces/exchangeCalendar/mivExchangeCalendar.js index 430d5c9c..166460af 100644 --- a/interfaces/exchangeCalendar/mivExchangeCalendar.js +++ b/interfaces/exchangeCalendar/mivExchangeCalendar.js @@ -2143,18 +2143,16 @@ calExchangeCalendar.prototype = { if (this.debug) this.logInfo("Found item in cache with Status:"+item.getProperty("STATUS")); - if ( item.getProperty("STATUS") != 'NONE' ) - { - aListener.onGetResult (this, - Cr.NS_OK, - item_iid, null, - 1, [item]); - } this.notifyOperationComplete(aListener, Cr.NS_OK, Ci.calIOperationListener.GET, aId, null); + aListener.onGetResult (this, + Cr.NS_OK, + item_iid, null, + 1, [item]); + }, typeString: function _typeString(o) {