Schedule item describes the schedule within an event. Each event may contain multiple schedule items.
Schedule item ID.
Whether schedule item is hidden from guests.
Schedule item name.
Time slot of an schedule item.
Rich-text content displayed in Wix UI when viewing schedule item details (HTML).
Stage or room name in which session takes place.
Tags are used to organize schedule items by assigning them to a general theme or field of study.
Schedule item status.
Schedule item created timestamp.
Schedule item modified timestamp.
Event ID.
Whether schedule item is draft.
Retrieves a list of up to 100 schedule items, with basic filter support.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Retrieves a list of up to 100 schedule items, given the provided paging, filtering.
Query object support:
filter
- supported, see filtering and sorting.sort
- supported, see filtering and sorting.paging
- supported, see paging.fields
- not supported.fieldsets
- not supported.cursorPaging
- not supported, use offset pagination instead.Defaults:
time_slot.start
and time_slot.end
in ASC
order.There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.
Retrieves schedule item by ID.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Adds schedule item to the draft schedule. Draft items are not publicly available unless published.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Clears all changes to the draft schedule. (Does not affect the published schedule.)
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Updates existing schedule item. All modifications are performed on a draft schedule, even if schedule item has already been published.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Deletes schedule item from draft schedule.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Publishes the draft schedule.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Adjusts time of all draft schedule items (per event).
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Retrieves a list of bookmarked schedule items for current member.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Bookmarks schedule item for current member.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Removes schedule item bookmark from current member.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.