Description
Is your proposal related to a problem?
Currently one can provide a list of team members as round-robin hosts from which one person will be selected.
At our company, we have a lot of use-cases where we would need 2, or 3 people selected automatically in a
round-robin fashion.
Describe the solution you'd like
A round-robin behavior where you can provide an additional number-parameter that tells the system how many
round-robin-hosts should be selected.
Example Usecase:
A technical recruiting call in which 2 Senior Devs have to participate.
On the Eventtype-Team-Tab we select "Round Robin", add NO fixed hosts and 3 Senior Devs as "Round Robin Hosts". Let's call them dev1, 2, 3. In an additional Textfield (which is not present yet) we say that we want '2' out of those three RR-Hosts to attend the meeting.
Applicants now try to book the event, one after the other, and ideally
those would be the attendees of the meetings:
- booking: [applicant, dev1, dev2]
- booking: [applicant, dev2, dev3]
- booking: [applicant, dev1, dev3]
and so on....
Additional context
We are working on a solution with a local version of cal.com which is working quite well.
(Unless we are missing some side-effects)
If this sounds interesting, we would be happy to provide a PR in the next days.