This commit is contained in:
Arjun Patel
2017-10-07 03:56:20 -07:00
parent 2db68ba519
commit 078926bbd7
3 changed files with 10 additions and 50 deletions
+2 -5
View File
@@ -1,4 +1,4 @@
//console.log("hey");
console.log("hey");
function getInformation(information)
{
@@ -51,7 +51,7 @@ function getInformation(information)
timePortion2 = hour + elements[3].substring(2, 5);
}
}
//console.log([elements[0], datePortion + "T" + timePortion1, datePortion + "T" + timePortion2]);
console.log([elements[0], datePortion + "T" + timePortion1, datePortion + "T" + timePortion2]);
return [elements[0], datePortion + "T" + timePortion1, datePortion + "T" + timePortion2];
}
@@ -92,7 +92,4 @@ function makeEvent(information)
'resource': event
});
request.execute(function(event) {
appendPre('Event created: ' + event.htmlLink);
});
}