How to allow customers to book the same time period for different events? #19552
Replies: 1 comment
-
Hey @zqxiao2001! I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together! To allow customers to book the same time period for different events, you can enable the const useEventLevelSelectedCalendars = true;
const organizer = getOrganizer({
selectedCalendars: [
{ ...TestData.selectedCalendars.google, eventTypeId: anotherEventTypeId },
],
}); This configuration permits bookings for different event types to overlap in time [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
How to allow customers to book the same time period for different events?
Beta Was this translation helpful? Give feedback.
All reactions