forked from Serhioromano/bootstrap-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.json.php
77 lines (77 loc) · 1.7 KB
/
events.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 warning class event with very long title to check how it fits to evet in day view",
"url": "http://www.example.com/",
"class": "event-warning",
"start": "1362938400000",
"end": "1363197686300"
},
{
"id": "256",
"title": "Event that ends on timeline",
"url": "http://www.example.com/",
"class": "event-warning",
"start": "1363155300000",
"end": "1363227600000"
},
{
"id": "276",
"title": "Short day event",
"url": "http://www.example.com/",
"class": "event-success",
"start": "1363245600000",
"end": "1363252200000"
},
{
"id": "294",
"title": "This is information class ",
"url": "http://www.example.com/",
"class": "event-info",
"start": "1363111200000",
"end": "1363284086400"
},
{
"id": "297",
"title": "This is success event",
"url": "http://www.example.com/",
"class": "event-success",
"start": "1363234500000",
"end": "1363284062400"
},
{
"id": "54",
"title": "This is simple event",
"url": "http://www.example.com/",
"class": "",
"start": "1363712400000",
"end": "1363716086400"
},
{
"id": "532",
"title": "This is inverse event",
"url": "http://www.example.com/",
"class": "event-inverse",
"start": "1364407200000",
"end": "1364493686400"
},
{
"id": "548",
"title": "This is special event",
"url": "http://www.example.com/",
"class": "event-special",
"start": "1363197600000",
"end": "1363629686400"
},
{
"id": "295",
"title": "Event 3",
"url": "http://www.example.com/",
"class": "event-important",
"start": "1364320800000",
"end": "1364407286400"
}
]
}