-
Notifications
You must be signed in to change notification settings - Fork 0
/
EVENTS.js
38 lines (38 loc) · 1.39 KB
/
EVENTS.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
export default [
{
"name": "October 29 01:00-06:30",
"startDate": "2018-10-29T01:00:00+03:00",
"endDate": "2018-10-29T06:29:59+03:00",
"description": "Some text that describe event details etc.."
}, {
"name": "October 29 01:00-02:00",
"startDate": "2018-10-29T01:00:00+03:00",
"endDate": "2018-10-29T01:59:59+03:00",
"description": "Some text that describe event details etc.."
}, {
"name": "October 31 18:00-20:00",
"startDate": "2018-10-31T18:00:00+03:00",
"endDate": "2018-10-31T19:59:59+03:00",
"description": "Some text that describe event details etc.."
}, {
"name": "October 31 00:00-23:59",
"startDate": "2018-10-31T00:00:00+03:00",
"endDate": "2018-10-31T23:59:59+03:00",
"description": "Some text that describe event details etc.."
}, {
"name": "October 29 11:00-12:00",
"startDate": "2018-10-29T11:00:00+03:00",
"endDate": "2018-10-29T11:59:59+03:00",
"description": "Some text that describe event details etc.."
}, {
"name": "November 29 11:00-13:00",
"startDate": "2018-11-29T11:00:00+03:00",
"endDate": "2018-11-29T12:59:59+03:00",
"description": "Some text that describe event details etc.."
}, {
"name": "October 30 11:30-16:30",
"startDate": "2018-10-30T11:30:00+03:00",
"endDate": "2018-10-30T16:29:29+03:00",
"description": "Some text that describe event details etc.."
}
];