listScheduleTimeFrames( )


Retrieves a list of schedule time frames by schedule IDs.

Sorted by schedule ID in ascending order.

Permissions
Read Calendar
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
idsArray<string>Required

IDs of the schedules for which to retrieve schedule time frames.

Min: 1 schedule ID Max: 100 schedule IDs


optionsListScheduleTimeFramesOptions
Returns
Return Type:Promise<ListScheduleTimeFramesResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?