Skip to main content

Event

A calendar event object that can be used to display events in a calendar.

It is used in the Calendar object.

Attributes

Common

Date

Specifies the event's start date.

Attribute Values
ValueDescription
<string>Event start date.

Panel

Color

Specifies the panel color.

The default value is: default.

Attribute Values
ValueDescription
defaultDefault value. Default color.
primaryPrimary color, used to highlight important areas.
warningWarning color, used to highlight warning areas.
successSuccess color, used to highlight success areas.
errorError color, used to highlight error areas.
red,blue,yellow,green,yellow,purple,orange,greenPalette colors.
customCustom color, defined in the "Custom Color" attribute.

Common

Label

Specifies the event's label.

Attribute Values
ValueDescription
<string>Event label.