Documentation

Calendar
in package

Configuration file: Config\Modules\Calendar.

Table of Contents

$ALL_DAY_SLOT  : mixed
Shows "all day" row in timeGridWeek and timeGridDay view
$AUTO_REFRESH_REMINDERS  : mixed
Auto refresh reminders
$AUTOFILL_TIME  : mixed
Select event free time automatically
$CALENDAR_VIEW  : mixed
Calendar view - allowed values: Extended, Standard, refresh menu files after you change this value
$CRON_MAX_NUMBERS_ACTIVITY_STATE  : mixed
Max number of records to update status in cron
$DASHBOARD_CALENDAR_WIDGET_FILTER_TYPE  : mixed
Shows the switch button or filter list in the calendar widget: switch - Switch "To realize" and "History", list - filter list
$EVENT_LIMIT  : mixed
Limits the number of events displayed on a day. Boolean, Integer. default: false
$EXPORT_SUPPORTED_FILE_FORMATS  : mixed
Supported file types for data export.
$HIDDEN_DAYS_IN_CALENDAR_VIEW  : mixed
Exclude certain days-of-the-week from being displayed. The value is an array of day-of-week indices to hide. Each index is zero-base (Sunday=0) and ranges from 0-6. By default, no days are hidden
$maxNumberCalendarNotifications  : mixed
Max number of notifications to display, 0 - no limits
$SEND_REMINDER_INVITATION  : mixed
Send mail notification to participants
$SHOW_ACTIVITY_BUTTONS_IN_EDIT_FORM  : mixed
Show activity status buttons in edit form
$SHOW_ACTIVITYTYPES_AS_BUTTONS  : mixed
Shows activity types as buttons
$SHOW_COMPANIES_IN_QUICKCREATE  : mixed
Show companies and processes in quickcreate
$SHOW_DAYS_QUICKCREATE  : mixed
Display days below the form in quick create
$SHOW_EDIT_FORM  : mixed
Show default edit form
$SHOW_LIST_BUTTON  : mixed
Button referring to the list view that includes filters: true - show, false - hide
$SHOW_ONLY_CURRENT_RECORDS_COUNT  : mixed
Show number of current records in record preview for related modules
$SHOW_QUICK_CREATE_BY_STATUS  : mixed
Show the Calendar quick create window after changing the status: array - PLL_COMPLETED, PLL_CANCELLED
$SHOW_RIGHT_PANEL  : mixed
Right calendar panel visible by default: true - show right panel, false - hide right panel
$SHOW_TIMELINE_DAY  : mixed
Show calendar timeline in day view: false = dayGridDay, true = timeGridDay
$SHOW_TIMELINE_WEEK  : mixed
Show calendar timeline in monthly view: false = dayGridWeek, true = timeGridWeek
$showPinUser  : mixed
Whether to display the add to favorite users button
$WEEK_COUNT  : mixed
Shows number of the week in the year view: true - show, false - hide

Properties

$ALL_DAY_SLOT

Shows "all day" row in timeGridWeek and timeGridDay view

public static mixed $ALL_DAY_SLOT = true

$AUTO_REFRESH_REMINDERS

Auto refresh reminders

public static mixed $AUTO_REFRESH_REMINDERS = true

$AUTOFILL_TIME

Select event free time automatically

public static mixed $AUTOFILL_TIME = false

$CALENDAR_VIEW

Calendar view - allowed values: Extended, Standard, refresh menu files after you change this value

public static mixed $CALENDAR_VIEW = 'Extended'

$CRON_MAX_NUMBERS_ACTIVITY_STATE

Max number of records to update status in cron

public static mixed $CRON_MAX_NUMBERS_ACTIVITY_STATE = 5000

$DASHBOARD_CALENDAR_WIDGET_FILTER_TYPE

Shows the switch button or filter list in the calendar widget: switch - Switch "To realize" and "History", list - filter list

public static mixed $DASHBOARD_CALENDAR_WIDGET_FILTER_TYPE = 'list'

$EVENT_LIMIT

Limits the number of events displayed on a day. Boolean, Integer. default: false

public static mixed $EVENT_LIMIT = 10

$EXPORT_SUPPORTED_FILE_FORMATS

Supported file types for data export.

public static mixed $EXPORT_SUPPORTED_FILE_FORMATS = ['LBL_CSV' => 'csv', 'LBL_XML' => 'xml', 'LBL_ICAL' => 'ical']

$HIDDEN_DAYS_IN_CALENDAR_VIEW

Exclude certain days-of-the-week from being displayed. The value is an array of day-of-week indices to hide. Each index is zero-base (Sunday=0) and ranges from 0-6. By default, no days are hidden

public static mixed $HIDDEN_DAYS_IN_CALENDAR_VIEW = [0, 6]

$maxNumberCalendarNotifications

Max number of notifications to display, 0 - no limits

public static mixed $maxNumberCalendarNotifications = 20

$SEND_REMINDER_INVITATION

Send mail notification to participants

public static mixed $SEND_REMINDER_INVITATION = true

$SHOW_ACTIVITY_BUTTONS_IN_EDIT_FORM

Show activity status buttons in edit form

public static mixed $SHOW_ACTIVITY_BUTTONS_IN_EDIT_FORM = false

$SHOW_ACTIVITYTYPES_AS_BUTTONS

Shows activity types as buttons

public static mixed $SHOW_ACTIVITYTYPES_AS_BUTTONS = true

$SHOW_COMPANIES_IN_QUICKCREATE

Show companies and processes in quickcreate

public static mixed $SHOW_COMPANIES_IN_QUICKCREATE = false

$SHOW_DAYS_QUICKCREATE

Display days below the form in quick create

public static mixed $SHOW_DAYS_QUICKCREATE = true

$SHOW_EDIT_FORM

Show default edit form

public static mixed $SHOW_EDIT_FORM = false

$SHOW_LIST_BUTTON

Button referring to the list view that includes filters: true - show, false - hide

public static mixed $SHOW_LIST_BUTTON = true

$SHOW_ONLY_CURRENT_RECORDS_COUNT

Show number of current records in record preview for related modules

public static mixed $SHOW_ONLY_CURRENT_RECORDS_COUNT = false

$SHOW_QUICK_CREATE_BY_STATUS

Show the Calendar quick create window after changing the status: array - PLL_COMPLETED, PLL_CANCELLED

public static mixed $SHOW_QUICK_CREATE_BY_STATUS = []

$SHOW_RIGHT_PANEL

Right calendar panel visible by default: true - show right panel, false - hide right panel

public static mixed $SHOW_RIGHT_PANEL = true

$SHOW_TIMELINE_DAY

Show calendar timeline in day view: false = dayGridDay, true = timeGridDay

public static mixed $SHOW_TIMELINE_DAY = true

$SHOW_TIMELINE_WEEK

Show calendar timeline in monthly view: false = dayGridWeek, true = timeGridWeek

public static mixed $SHOW_TIMELINE_WEEK = true

$showPinUser

Whether to display the add to favorite users button

public static mixed $showPinUser = true

$WEEK_COUNT

Shows number of the week in the year view: true - show, false - hide

public static mixed $WEEK_COUNT = true

        

Search results