[
    {
        "id": 1,
        "title": "All Day Event",
        "start": "2017-09-02",
        "allDay": true,
        "className": "bg-danger"
    },
    {
        "id": 2,
        "title": "Long Event",
        "start": "2017-09-07",
        "end": "2017-09-10"
    },
    {
        "id": 3,
        "title": "Conference",
        "start": "2017-09-11",
        "end": "2017-09-13"
    },
    {
        "id": 4,
        "title": "Meeting",
        "start": "2017-09-18 10:30:00",
        "end": "2017-09-18 12:30:00"
    },
    {
        "5": 5,
        "title": "Lunch",
        "start": "2017-09-12 12:00:00"
    },
    {
        "id": 6,
        "title": "Meeting",
        "start": "2017-09-12 14:30:00"
    },
    {
        "id": 7,
        "title": "Dinner",
        "start": "2017-09-12 20:00:00"
    },
    {
        "title": "Birthday Party",
        "start": "2017-09-14 07:00:00"
    },
    {
        "title": "Click for Google",
        "url": "http://google.com/",
        "start": "2017-09-28 07:00:00"
    }
]