File tree 1 file changed +2
-1
lines changed
interfaces/exchangeCalendar
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2679,7 +2679,8 @@ calExchangeCalendar.prototype = {
2679
2679
for ( var itemid in ids ) {
2680
2680
if ( this . itemCacheById [ itemid ] ) {
2681
2681
if ( isEvent ( this . itemCacheById [ itemid ] ) ) {
2682
- if ( this . deleteCancelledInvitation && this . itemCacheById [ itemid ] . isCancelled && this . itemCacheById [ itemid ] . isInvitation )
2682
+ //dump("\nxxxxx "+this.itemCacheById[itemid].title+":"+ this.deleteCancelledInvitation + ":"+this.itemCacheById[itemid].isCancelled);
2683
+ if ( this . deleteCancelledInvitation && this . itemCacheById [ itemid ] . isCancelled )
2683
2684
{
2684
2685
if ( this . debug ) this . logInfo ( "getItemsFromMemoryCache 2: " + "Found Cancelled Item " + this . itemCacheById [ itemid ] . title + " - going to delete from cache" ) ;
2685
2686
this . deleteItem ( this . itemCacheById [ itemid ] ) ;
You can’t perform that action at this time.
0 commit comments