Initial commit
This commit is contained in:
64
public/demo/data/scheduleevents.json
Normal file
64
public/demo/data/scheduleevents.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "Maecenas Pulvinar",
|
||||
"start": "2022-05-11",
|
||||
"end": "2022-05-12",
|
||||
"description": "eu tincidunt in leo maecenas pulvinar lobortis est phasellus sit amet erat nulla tempus vivamus in felis eu sapien cursus",
|
||||
"location": "260 Calypso Terrace",
|
||||
"backgroundColor": "#FFB6B6",
|
||||
"borderColor": "#FFB6B6",
|
||||
"textColor": "#212121",
|
||||
"tag": {"color": "#FFB6B6", "name": "Company A"}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Aenean Lectus",
|
||||
"start": "2022-05-18",
|
||||
"end": "2022-05-22",
|
||||
"description": "Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.",
|
||||
"location": "93529 Sloan Junction",
|
||||
"backgroundColor": "#FFC7E8",
|
||||
"borderColor": "#FFC7E8",
|
||||
"textColor": "#212121",
|
||||
"tag": {"color": "#FFC7E8", "name": "Company B"}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Nam Ultrices",
|
||||
"start": "2022-05-25T16:00:00",
|
||||
"end": "2022-05-25T18:00:00",
|
||||
"description": "Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.",
|
||||
"location": "9295 Almo Avenue",
|
||||
"backgroundColor": "#D2D6FF",
|
||||
"borderColor": "#D2D6FF",
|
||||
"textColor": "#212121",
|
||||
"tag": {"color": "#D2D6FF", "name": "Company C"}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Nec Euismod",
|
||||
"start": "2022-05-26T13:00:00",
|
||||
"end": "2022-05-26T14:00:00",
|
||||
"description": "Integer ac leo. Pellentesque ultrices mattis odio. Donec vitae nisi.",
|
||||
"location": "8 Trailsway Avenue",
|
||||
"backgroundColor": "#D2D6FF",
|
||||
"borderColor": "#D2D6FF",
|
||||
"textColor": "#212121",
|
||||
"tag": {"color": "#D2D6FF", "name": "Company D"}
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Donec Vitae",
|
||||
"start": "2022-05-29",
|
||||
"end": "2022-05-30",
|
||||
"description": "Etiam vel augue. Vestibulum rutrum rutrum neque. Nulla tellus in sagittis dui vel nisl.",
|
||||
"location": "4884 Golf Course Alley",
|
||||
"backgroundColor": "#FFC7E8",
|
||||
"borderColor": "#FFC7E8",
|
||||
"textColor": "#212121",
|
||||
"tag": {"color": "#FFC7E8", "name": "Company E"}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user