Since apex 5.0 calendar is based on the full calendar I thought it would be easy to integrate the vertical resource view. However, when I copy the lines into html header or javascript page header:
$('#calendar').fullCalendar({
defaultView: 'agendaDay',
events: [
],
resources: [
{ id: 'a', title: 'Room A' },
{ id: 'b', title: 'Room B' },
{ id: 'c', title: 'Room C' },
{ id: 'd', title: 'Room D' }
]
});
this is not working.
Has anyone tried this in apex 5.0?
Regards,
Marco.