We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68585a6 + 966ff4c commit 29873faCopy full SHA for 29873fa
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