I am trying to duplicate a single booking (a single date) over weeks.
Basically, A calendar-booking that repeats for x number of weeks on the same day and the same time and the same duration.
select day,
Select time from
Select time to
repeats (Daily, weekly)
I am currently using bootstrap date picker but it looks like Bootstrap doesn't support this.
My webapp is built using. Js(Vanilla) and backend supported by Firebase.
Looking for some links on bootstrap on how to achieve this, or any other approaches I could take to make repeated bookings on my calendar.