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
Value | Description |
---|---|
<string> | Event start date. |
Panel
Color
Specifies the panel color.
The default
value is: default
.
Attribute Values
Value | Description |
---|---|
default | Default value. Default color. |
primary | Primary color, used to highlight important areas. |
warning | Warning color, used to highlight warning areas. |
success | Success color, used to highlight success areas. |
error | Error color, used to highlight error areas. |
red,blue,yellow,green,yellow,purple,orange,green | Palette colors. |
custom | Custom color, defined in the "Custom Color" attribute. |
Common
Label
Specifies the event's label.
Attribute Values
Value | Description |
---|---|
<string> | Event label. |