CalendarColorSchemeInput
Payload for a calendar color scheme
Fields
color_code_by
· String
· The field, by which the color code is determined color_codes
· [ColorCodeInput]
· The color codes of the calendar color scheme default_color
· String
· The default color code Used By
Definition
"""Payload for a calendar color scheme"""input CalendarColorSchemeInput { """ If true, the calendar color scheme will be deleted """ _destroy: Boolean
""" The field, by which the color code is determined """ color_code_by: String
""" The color codes of the calendar color scheme """ color_codes: [ColorCodeInput]
""" The default color code """ default_color: String
""" The ID of the calendar color scheme """ id: ID}