timekit-io / booking-js

:date: Make a beautiful embeddable booking widget in minutes
https://developers.timekit.io/docs/booking-widget-v2
MIT License
2.42k stars 188 forks source link

mutual mode booking how to add participants #267

Open dasbid opened 1 year ago

dasbid commented 1 year ago

I'm trying to book in mutual mode requiring all "interviewers" to be required and present but in the booking result the participants array is empty, only one of the interviewers is getting a calendar event

widget.init({ ... mode :"mutual", resources ['resource_id_1','resource_id_2'], participants : ['resource_id_1@email.com','resource_id_2@email.com']

...