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 d44a950 commit 334d910Copy full SHA for 334d910
lib/actions/createEvent.js
@@ -45,6 +45,10 @@ function processAction(msg, cfg) {
45
data.calendarId = cfg.calendarId;
46
console.log('Successfully created event with ID=' + id);
47
console.log('Emitting data ...');
48
+ console.log("---DATA---");
49
+ console.log("%j", data);
50
+ console.log("---MSG---");
51
+ console.log("%j", messages.newMessageWithBody(data));
52
self.emit('data', messages.newMessageWithBody(data));
53
}
54
0 commit comments