From inside meeting link
Cons :
The booking page has to make a call to get the availability every time the location is changed.
In the current flow, location can be changed even at the end of the booking. If we implement this feature we will have to allow location change only at the start.
It may cause state related issues if people reload booking page after selecting slot.
From inside availability
1 availability. Which will change based on the location.
Cons :
The underlying business logic may have to change. We may need to pass the location to determine how the availability will look
High engineering effort
Alternate solution :
This can be solved with routing forms. Two meeting links. One offline with availability A, and one online with availability B. Routing form answer will navigate to different link.
In Sasha's case, you can make the online meetings have multiple locations of online tools.
Team : Wanted to share some thoughts after watching the recording of "help article call". Please share your opinions.