If I understood you correctly, you need to know the fact, that the class works on special days only. That means, all week days are disabled in the class schedule.
We do not have this in API, you can only get class schedule for certain dates
If I understood you correctly, you need to know the fact, that the class works on special days only. That means, all week days are disabled in the class schedule.
We do not have this in API, you can only get class schedule for certain dates
Not exactly. I would like to know when all a class is available.
For example,
In that case, you can find ‘event_id’ field of the required class, and use that value to query the schedule for corresponding service (getWorkDaysInfo() method)
In that case, you can find ‘event_id’ field of the required class, and use that value to query the schedule for corresponding service (getWorkDaysInfo() method)
Cool, thank you. Also you mentioned “you can only get class schedule for certain dates”.
If I understood it right, I can get what all events are available from “2024-01-01” to “2024-02-01” .
In that case, you can find ‘event_id’ field of the required class, and use that value to query the schedule for corresponding service (getWorkDaysInfo() method)
Cool, thank you. Also you mentioned “you can only get class schedule for certain dates”.
If I understood it right, I can get what all events are available from “2024-01-01” to “2024-02-01” .
May I know which api to use for this?
I guess “getWorkDaysInfo” itself will do both. Thank you!