Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/fullcalendar-2/demos/json/events.json
1296 views
1
[
2
{
3
"title": "All Day Event",
4
"start": "2014-11-01"
5
},
6
{
7
"title": "Long Event",
8
"start": "2014-11-07",
9
"end": "2014-11-10"
10
},
11
{
12
"id": "999",
13
"title": "Repeating Event",
14
"start": "2014-11-09T16:00:00-05:00"
15
},
16
{
17
"id": "999",
18
"title": "Repeating Event",
19
"start": "2014-11-16T16:00:00-05:00"
20
},
21
{
22
"title": "Conference",
23
"start": "2014-11-11",
24
"end": "2014-11-13"
25
},
26
{
27
"title": "Meeting",
28
"start": "2014-11-12T10:30:00-05:00",
29
"end": "2014-11-12T12:30:00-05:00"
30
},
31
{
32
"title": "Lunch",
33
"start": "2014-11-12T12:00:00-05:00"
34
},
35
{
36
"title": "Meeting",
37
"start": "2014-11-12T14:30:00-05:00"
38
},
39
{
40
"title": "Happy Hour",
41
"start": "2014-11-12T17:30:00-05:00"
42
},
43
{
44
"title": "Dinner",
45
"start": "2014-11-12T20:00:00"
46
},
47
{
48
"title": "Birthday Party",
49
"start": "2014-11-13T07:00:00-05:00"
50
},
51
{
52
"title": "Click for Google",
53
"url": "http://google.com/",
54
"start": "2014-11-28"
55
}
56
]
57
58