Schedule Item Object


Schedule item describes the schedule within an event. Each event may contain multiple schedule items.

Properties
createdDatestringRead-onlyformat date-time

Date and time the schedule item was created.


descriptionstringmaxLength 10000

Rich text schedule item description.


draftbooleanRead-only

Whether the schedule item is a draft.


eventIdstringRead-onlyformat GUID

Event ID to which the schedule item belongs.


hiddenboolean

Whether a schedule item is hidden from guests.


idstringRead-onlyformat GUID

Schedule item ID.


namestringmaxLength 120

Schedule item name.


stageNamestringmaxLength 30

Stage or room name in which a session takes place.


statusstring

Schedule item status.


tagsArray <string>maxItems 5minLength 1maxLength 30

Schedule item tags. Used to organize the items by a theme.


timeSlotTimeSlot

Time slot of a schedule item.


updatedDatestringRead-onlyformat date-time

Date and time the schedule item was updated.

Did this help?