I want to show data which is customized.
your data format
{
id: 11,
start: 01-08-2018,
end: 02-08-2018,
title: 'Appointment 13'
}
(the above data may not be fixed you format)
but i want to show our own customized data, please see the below object format
{
"dayId": "2018-05-01",
"dayName": "Tuesday",
"doctorCount": 0,
"appointmentsCount": 0,
"bookedCount": 0,
"cancelledCount": 0,
"missedCount": 0
}