Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a way to integrate full calendar Vertical Resource View in apex 5.0?

oos1970Jun 9 2016 — edited Jun 9 2016

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: [
   // events go here
  ],
  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.

This post has been answered by Carsten Czarski-Oracle on Jun 9 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2016
Added on Jun 9 2016
4 comments
793 views