Configuring the Calendar component to view time-allocated tickets
To add a Calendar component to a view definition
- Log in to BMC Helix Innovation Studioand navigate to the Workspace tab.
- Select the application for which you want to add a calendar component.
- On the Views tab, click the name of the view definition to which you want to add an action button.
- From Palette, drag the Calendar component to the canvas in the order that you want them to appear on the user interface.
In the Properties pane on the right side, click the Settings icon , and then specify the properties.
The following table provides information about the properties:
Property
Description
Example
View component name
Enter a name to uniquely identify the view component.

Bundle Id
Enter the Bundle Id for which you are using the calendar component.
External Base URL
Enter the URL where you will view the complete ticket details.
Show side bar
Select the toggle key to display the sidebar for the calendar.
Open side bar on launch
Select the toggle key to enable the option open or close the sidebar for the calendar.
Start day of the week
Select the start day of the week that you want to display on the calendar.
Use 24h format
Select the toggle key to set the time format that you want to display on the timeline.
The default value is 12-hour time format.
Popover/tooltip width
Select the maximum width (in pixels) for the tooltip that displays a short overview of the specific event or ticket in the calendar view.
Page Size
Select the number to define the tickets that you want to display in the calendar view.
The default value is 50.
Hidden
Select the toggle key to hide the calendar in specific conditions, such as, if you want to disable the calendar at all times or when a specific condition is met.
Record Details
Record definition name
Select the record from where you can fetch the data to display on the calendar.

Filter expression
Click Click to build an expression to specify the qualification to fetch the data when we want to display the calendar.
Sort order field
Select the field based on which you want to sort the data in the calendar.
Select record type field
Select the toggle key to select the field from the record definition that holds the record type value.
If you do not select the toggle key, then you can directly provide the record type value as a hardcoded string.
Record type
Select the field that you want to use to display the ticket type; for example,
Change, Release, Outage.
ID
Select the field that you want to use to display the ID of the ticket type field.
Start date
Select the field that you want to use to display the start date of the ticket on the calendar.
End date
Select the field that you want to use to display the end date of the ticket on the calendar.
Title
Select the field that you want to use to display the title of the ticket on the calendar.
Description
Select the field that you want to use to display the description of the ticket on the calendar.

(Optional) Pill 1
Select the field that you want to highlight for the ticket on the calendar; for example,
Risk.
(Optional) Pill 2
Select the field that you want to highlight for the ticket on the calendar; for example,
Priority.
(Optional) Pill 3
Select the field that you want to highlight for the ticket on the calendar; for example
Status.
Field mappings for filters
Select the fields that you want to display in the Filters section. Users can filter data based on these fields.
Has Time Segment
<need details>
This field is used for the business time segment and based on this option the UI code will try to look for a specific field ID in the data page query results for the above record definition.
Does your data contain time segment?
Time Segment
Select the field from the list that supports the time segment.
This field is visible only if you select the Has Time Segment option.
- Click Save.
The following image displays a calendar view of all scheduled business events, tickets, and outages for the scheduled date:

Where to go from here