From 966ff4c8b6a14dd514bb4b3f060b1d176b7f6f2c Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Tue, 11 Nov 2014 08:44:12 +0000 Subject: [PATCH] Fix for issue #73. --- google/calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/google/calendar.js b/google/calendar.js index 60b3c346..1007509e 100644 --- a/google/calendar.js +++ b/google/calendar.js @@ -66,6 +66,7 @@ module.exports = function(RED) { maxResults: 10, orderBy: 'startTime', singleEvents: true, + showDeleted: false, timeMin: now.toISOString() }; if (msg.payload) {