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) {