Skip to content

Commit 29873fa

Browse files
committed
Merge pull request #75 from hindessm/fix-issue-73
Fix for issue #73.
2 parents 68585a6 + 966ff4c commit 29873fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/calendar.js

+1
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)