ActivityBreakAttendanceAgendaItem
Defines an activity/break agenda item.
type ActivityBreakAttendanceAgendaItem implements AttendanceAgendaItem {
backgroundColor: HexColorCode
checkInViaOrganizerAppEnabled: Boolean!
checkOutViaOrganizerAppEnabled: Boolean!
comment: String
createdAt: DateTime!
createdBy: String
date: LocalDate!
details: String
doNotPublishToAttendeeApp: Boolean!
doNotPublishToEventWebsite: Boolean!
doNotPublishToMyAgenda: Boolean!
doNotPublishToOnAir: Boolean!
end: LocalTime!
expectedAttendees: Int
foodAndBeverage: String
id: ID!
indicateAttendanceEnabled: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
location: Location
name: String!
overview: String
roomSetup: 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.checkInViaOrganizerAppEnabled
● Boolean!
non-null scalar
A flag indicating whether check in for the activity/break is enabled via scanning in the Organizer App.
ActivityBreakAttendanceAgendaItem.checkOutViaOrganizerAppEnabled
● Boolean!
non-null scalar
A flag indicating whether check out for the activity/break is enabled via scanning in the Organizer App.
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.
ActivityBreakAttendanceAgendaItem.date
● LocalDate!
non-null scalar
The date the activity/break will occur.
ActivityBreakAttendanceAgendaItem.details
● String
scalar
A UTF-8 string that provides a description of the activity/break. It is not displayed publicly and is intended to be used by event organizers. Optional.
ActivityBreakAttendanceAgendaItem.doNotPublishToAttendeeApp
● Boolean!
non-null scalar
A flag indicating whether the activity/break should not be published in the agenda on the Attendee App.
ActivityBreakAttendanceAgendaItem.doNotPublishToEventWebsite
● Boolean!
non-null scalar
A flag indicating whether the activity/break should not be published in the agenda on the Event Website.
ActivityBreakAttendanceAgendaItem.doNotPublishToMyAgenda
● Boolean!
non-null scalar
A flag indicating whether the activity/break should not be published in the agenda in My Agenda.
ActivityBreakAttendanceAgendaItem.doNotPublishToOnAir
● Boolean!
non-null scalar
A flag indicating whether the activity/break should not be published in the agenda on OnAir.
ActivityBreakAttendanceAgendaItem.end
● LocalTime!
non-null scalar
The time the activity/break will end.
ActivityBreakAttendanceAgendaItem.expectedAttendees
● Int
scalar
The number of attendees expected for the activity/break. Optional.
ActivityBreakAttendanceAgendaItem.foodAndBeverage
● String
scalar
A UTF-8 string detailing the food and beverage for the activity/break. Optional.
ActivityBreakAttendanceAgendaItem.id
● ID!
non-null scalar
The unique identifier for the activity/break.