Retrieves a list of up to 100 schedule items
function listScheduleItems(
options: ListScheduleItemsOptions,
): Promise<ListScheduleItemsResponse>;
Optional fields.
import { schedule } from "@wix/events";
async function listScheduleItems(options) {
const response = await schedule.listScheduleItems(options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.