-
Notifications
You must be signed in to change notification settings - Fork 0
/
eventsNew.json.php
executable file
·77 lines (77 loc) · 1.77 KB
/
eventsNew.json.php
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"success": 1,
"result": [
{
"id": "293",
"title": "This is worning class eve",
"url": "http://www.example.com/",
"class": "event-warning",
"start": "1381687200000",
"end": "1381946486300"
},
{
"id": "294",
"title": "This is infor class ",
"url": "http://www.example.com/",
"class": "event-info",
"start": "1381860000000",
"end": "1382032886400"
},
{
"id": "297",
"title": "This is success evert",
"url": "http://www.example.com/",
"class": "event-success",
"start": "1382032800000",
"end": "1382032886400"
},
{
"id": "54",
"title": "This is simple event",
"url": "http://www.example.com/",
"class": "",
"start": "1382378400000",
"end": "1382464886400"
},
{
"id": "532",
"title": "This is inverse event",
"url": "http://www.example.com/",
"class": "event-inverse",
"start": "1383156000000",
"end": "1383242486400"
},
{
"id": "548",
"title": "This is special event",
"url": "http://www.example.com/",
"class": "event-special",
"start": "1381946400000",
"end": "1382378486400"
},
{
"id": "295",
"title": "Event 3",
"url": "http://www.example.com/",
"class": "event-important",
"start": "1383069600000",
"end": "1383156086400"
},
{
"id": "123",
"title": "Mein Event",
"url": "google.com",
"class": "event-important",
"start": "1401124454405",
"end": "1401128054000"
},
{
"id": "124",
"title": "Mein Event2",
"url": "google.com",
"class": "event-important",
"start": "1401210854000",
"end": "1401300854000"
}
]
}