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 schedule item is hidden from guests.


namestringmaxLength 120

Schedule item name.


timeSlotobject

Time slot of an schedule item.


descriptionstringmaxLength 10000

Rich-text content displayed in Wix UI when viewing schedule item details (HTML).


stageNamestringmaxLength 30

Stage or room name in which session takes place.


tagsArray <string>maxItems 5minLength 1maxLength 30

Tags are used to organize schedule items by assigning them to a general theme or field of study.


statusstring
2 enum supported values:
SCHEDULEDCANCELED

Schedule item status.


createdDatestringRead-onlyformat date-time

Schedule item created timestamp.


updatedDatestringRead-onlyformat date-time

Schedule item modified timestamp.


eventIdstringRead-onlyformat GUID

Event ID.


draftbooleanRead-only

Whether schedule item is draft.

Was this helpful?
Yes
No