Having problem in displaying full calendar

I am using see fullcalendar.io, now I want to pull record from my database. to get the username and visiting day.

example

 userename,  visitingday
 jemz            Tuesday, 
 charles         Friday,
 mark            Monday
 elve              Tuesday

and I want to display this in there respective day of the week.

but I am confuse how to put this into action , I use ‘basicweek’ to show only the week days.

$('#calendar').fullCalendar({
    defaultView: 'basicWeek',

})

Thank you in adavnce.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.