Skip to content

Commit 966ff4c

Browse files
committed
Fix for issue #73.
1 parent d8502d4 commit 966ff4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/calendar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = function(RED) {
6666
maxResults: 10,
6767
orderBy: 'startTime',
6868
singleEvents: true,
69+
showDeleted: false,
6970
timeMin: now.toISOString()
7071
};
7172
if (msg.payload) {

0 commit comments

Comments
 (0)