Skip to content

CalendarColorScheme

A Calendar Color Scheme

Fields

appointment_setting_id · String · Course ID of benefit
color_code_by · String · The category to color code by
color_codes · [ColorCode!] · Color code options that make up this color scheme
default_color · String · The default color (in case the subcategory conditions are not met)
id · ID! · required · The unique identifier of the scheme
user_id · String · The ID of the connected user

Used By

Definition

"""
A Calendar Color Scheme
"""
type CalendarColorScheme {
"""
Course ID of benefit
"""
appointment_setting_id: String
"""
The category to color code by
"""
color_code_by: String
"""
Color code options that make up this color scheme
"""
color_codes: [ColorCode!]
"""
The default color (in case the subcategory conditions are not met)
"""
default_color: String
"""
The unique identifier of the scheme
"""
id: ID!
"""
The ID of the connected user
"""
user_id: String
}