I am passing a json to my view and I need to play it inside full calendar events, but I do not know how to access this json through my URL
In my localhost the route of the view that receives json is this
" link "
$(function() {
$('#calendar').fullCalendar({
events: 'http://condofacil.com.br/dashboard/reservaArea',
});
});