This commit is contained in:
Arjun Patel
2017-10-07 23:26:31 -07:00
parent 2d726be9e8
commit 9255e1eb3c
7 changed files with 85 additions and 24 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function makeEvent(information)
});
request.execute(function(event) {
alert('Event created: ' + event.htmlLink);
console.log('Event created!');
});
}