ActivityBreakAttendanceAgendaItem
Defines an activity/break agenda item.
type ActivityBreakAttendanceAgendaItem implements AttendanceAgendaItem {
backgroundColor: HexColorCode
comment: String
createdAt: DateTime!
createdBy: String
date: LocalDate!
details: String
end: LocalTime!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
overview: String
showBoldName: Boolean!
start: LocalTime!
textColor: HexColorCode
tracks: [Track!]!
type: AttendanceAgendaItemType!
uniqueCode: String
}
Fields
ActivityBreakAttendanceAgendaItem.backgroundColor
● HexColorCode
scalar
The hex color code to use for the background when rendering the activity/break in the agenda. Optional.
ActivityBreakAttendanceAgendaItem.comment
● String
scalar
A UTF-8 string comment for the activity/break. Optional.
ActivityBreakAttendanceAgendaItem.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
ActivityBreakAttendanceAgendaItem.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.