We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8502d4 commit 966ff4cCopy full SHA for 966ff4c
google/calendar.js
@@ -66,6 +66,7 @@ module.exports = function(RED) {
66
maxResults: 10,
67
orderBy: 'startTime',
68
singleEvents: true,
69
+ showDeleted: false,
70
timeMin: now.toISOString()
71
};
72
if (msg.payload) {
0 commit comments