Skip to Main Content

Overview

This calendar is based on the Full Calendar library and supports drag and drop, multiple views, and more.

Instructions

  1. In Page Designer, select a region
  2. Go to the Property Editor
  3. Under the Region tab
    1. Find Identification → Type, use Calendar
    2. Find Appearance → Template, use Content Block

Demo

Sample SQL Query

select 
  task_name,
  start_date,
  end_date,
  status,
  assigned_to,
  case status
     when 'Open'    then 'apex-cal-green'
     when 'Pending' then 'apex-cal-yellow'
     when 'Closed'  then 'apex-cal-red'
     when 'On-Hold' then 'apex-cal-black'
  end as css_class
from 
  eba_ut_chart_tasks