Skip to main content

Indicator

Category

A category is the property or attribute of an appointment that determines the color in which an appointment is displayed. The category is used to provide an immediate visual insight in the type or status of appointments.

Upsert

Inserts or updates a category record.

NameData TypeDefaultRequired
CategoryNamenvarchar(100)✔️
DisplayNamenvarchar(100)
CategoryHexColornvarchar(50)
ColorRint
ColorGint
ColorBint

Rename category

Renames the category.

NameData TypeDefaultRequired
CategoryNamenvarchar(100)✔️
NewCategoryNamenvarchar(100)✔️

Delete category

Removes this indicator from the database.

NameData TypeDefaultRequired
CategoryNamenvarchar(100)✔️

Time Marker

A time marker is the property or attribute of an appointment that determines the colored bar displayed below the appointment in the planning board. The time marker is used to provide an immediate visual insight in the type or status of appointments.

Upsert time marker

Inserts or updates a time marker record.

NameData TypeDefaultRequired
TimeMarkernvarchar(100)✔️
HexColornvarchar(50)
ColorRint
ColorGint
ColorBint

Rename time marker

Renames the time marker.

NameData TypeDefaultRequired
TimeMarkernvarchar(100)✔️
NewTimeMarkernvarchar(100)✔️

Delete time marker

Removes this indicator from the database.

NameData TypeDefaultRequired
TimeMarkernvarchar(100)✔️

Pin

A pin is the property or attribute of an appointment that determines the colored pin on the map.

Upsert pin

Inserts or updates a pin record.

NameData TypeDefaultRequired
Namenvarchar(100)✔️
HexColornvarchar(50)
ColorRint
ColorGint
ColorBint

Rename pin

Renames the pin.

NameData TypeDefaultRequired
Namenvarchar(100)✔️
NewNamenvarchar(100)✔️

Delete pin

Removes the indicator from the database.

NameData TypeDefaultRequired
Namenvarchar(30)✔️