Updates a resource's schedule.
The updateSchedule()
function returns a Promise that resolves when a resource's schedule has been updated. Use this function to update the bookings resource's schedule. To update other resource details use updateResource()
.
Notes:
"INDIVIDUAL"
, "GROUP"
, and "COURSE"
.This function requires elevated permissions and runs only on the backend and on dashboard pages.
Resource ID to update.
Schedule to update.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.