updateScheduleItem( )


Updates a schedule item in a draft schedule.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
itemIdstringRequired

Schedule item ID.


eventIdstringRequired

Event ID to which the schedule belongs.


optionsUpdateScheduleItemOptions

Optional fields.

Returns
Return Type:Promise<UpdateScheduleItemResponse>
Did this help?