-
Notifications
You must be signed in to change notification settings - Fork 3
/
events.json
executable file
·41 lines (41 loc) · 1003 Bytes
/
events.json
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
39
40
41
[
{
"title": "Call Dave",
"class": "bg-success-lighter",
"start": "2014-10-07T06:00:00",
"end": "2014-10-07T08:00:24",
"other": {}
},
{
"title": "Meeting Roundup",
"class": "bg-success-lighter",
"start": "2014-11-07T06:00:00"
},
{
"title": "Double click Any where",
"class": "bg-complete-lighter",
"start": "2015-11-23T02:00:00+05:30",
"end": "2015-11-23T06:00:00+05:30",
"other": {
"note": "test"
}
},
{
"title": "Drag Me",
"class": "bg-success-lighter",
"start": "2015-11-24T02:00:00+05:30",
"end": "2015-11-24T03:00:00+05:30",
"other": {
"note": "test"
}
},
{
"title": "Click me",
"class": "bg-danger-lighter",
"start": "2015-11-24T05:00:00+05:30",
"end": "2015-11-24T06:00:00+05:30",
"other": {
"note": "test"
}
}
]