Calendar
The calendar feature allows you to create a fully featured calendar from your data. myDBR uses FullCalendar to render it. Calendar data can be fetched dynamically via AJAX or loaded directly within the main report.
Commands
dbr.calendar - Creates a calendar from a result set or dynamically via Ajax
dbr.calendar.report - Defines the Ajax report for calendar data
dbr.calendar.options - Sets calendar options
Syntax
select 'dbr.calendar', [max_width [, default_date]]
select 'dbr.calendar.report', 'sp_DBR_calendar_ajax' [, param1[, param2..]]
select 'dbr.calendar.options', option, value