Scheduler

📅 Schedule and manage timeline as you desired.

Overview

The scheduler tile facilitates scheduling and timeline management.

Object Properties

The table provides a summary of the object properties associated with the scheduler tile type, including their types, mandatory or optional status, and descriptions.

FieldTypeRequirementDescription
typestringMandatoryAlways set to scheduler.
titlestringOptionalTitle to display at the top of the tile.
If a string is specified, that new title is used.
If set to false, no title appears.
If omitted, the default title Scheduler is displayed.
idstringMandatoryA unique identifier for the tile.
contentarrayOptionalThe content items to be displayed within the scheduler.
optionsobjextAn object containing additional options for the scheduler, such as start and end time fields, record ID, scheduler ID, and resource visibility.
startTimeFieldstringOptionalThe start time of a scheduled event
endTimeFieldstringOptionalThe end time of a scheduled event.
recordIdintMandatoryA unique identifier for the record associated with the scheduler.
schedulerIdintMandatoryA unique identifier for the scheduler layout.
hideResourcesbooleanOptionalIf set to true, resources will be hidden from the scheduler view.

Sample Configuration

Here is a sample configuration for incorporation of the scheduler tile type:

{
    "type": "scheduler",
    "title": "SCHEDULE",
    "id": "oz_8FD",
    "content": [],
    "options": {
        "startTimeField": "start-date",
        "endTimeField": "completion-date",
        "recordId": 464412,
        "schedulerId": "716207",
        "hideResources": false
    }
}

📌 Need Help?

If you require assistance or encounter any issues, please don't hesitate to contact us for further support.