I need to load custom data into full calendar jquery
, such as id
of that event.
I tried to do this:
title: '{{$reuniao->TXT_TEMAX_REUNI}}',
start: '{{$reuniao->getStart}}',
allDay: true,
id: '{{$reuniao->COD_IDENT_REUNI}}'
className: 'bgm-cyan'
To plot on the calendar however it does not. I need to do this by when I click I can send to the due page of the meeting.