mv events.js

This commit is contained in:
Kameron Kenny 2019-05-28 14:07:18 -04:00
parent 7473809ccc
commit 48370baa20
1 changed files with 0 additions and 73 deletions

View File

@ -1,73 +0,0 @@
var events = [
{
"date": "May 23, 2019 16:00:00",
"subject": "start",
"notes": ""
},
{
"date": "May 26, 2019 07:00:00",
"subject": "VTO",
"notes": "at Crosspoint"
},
{
"date": "May 26, 2019 13:00:00",
"subject": "Lunch",
"notes": "Something good."
},
{
"date": "May 27, 2019 00:00:01",
"subject": "Memorial Day",
"notes": ""
},
{
"date": "May 28, 2019 09:00:00",
"subject": "1:1 A",
"notes": ""
},
{
"date": "May 28, 2019 09:30:00",
"subject": "Team Meeting",
"notes": ""
},
{
"date": "May 28, 2019 10:00:00",
"subject": "Code Review",
"notes": ""
},
{
"date": "May 28, 2019 11:15:00",
"subject": "DSU",
"notes": ""
},
{
"date": "May 28, 2019 14:00:00",
"subject": "MTA Tool Deploy Meeting",
"notes": ""
},
{
"date": "May 28, 2019 15:30:00",
"subject": "OS Review Board",
"notes": ""
},
{
"date": "May 28, 2019 18:30:00",
"subject": "1:1 S",
"notes": ""
},
{
"date": "May 28, 2019 19:00:00",
"subject": "AU Team Meeting",
"notes": ""
},
{
"date": "May 28, 2019 19:00:00",
"subject": "1:1 P",
"notes": ""
},
{
"date": "May 29, 2019 09:30:00",
"subject": "1:1 JB",
"notes": ""
}
]