Schedule Item Object


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

Properties
idstringRead-onlyformat GUID

Schedule item ID.


hiddenboolean

Whether a schedule item is hidden from guests.


namestringmaxLength 120

Schedule item name.


timeSlotTimeSlot

Time slot of a schedule item.


descriptionstringmaxLength 10000

Rich text schedule item description.


stageNamestringmaxLength 30

Stage or room name in which a session takes place.


tagsArray <string>maxItems 5minLength 1maxLength 30

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


statusstring

Schedule item status.


createdDatestringRead-onlyformat date-time

Date and time the schedule item was created.


updatedDatestringRead-onlyformat date-time

Date and time the schedule item was updated.


eventIdstringRead-onlyformat GUID

Event ID to which the schedule item belongs.


draftbooleanRead-only

Whether the schedule item is a draft.

Did this help?