Hello all,
I'm trying to implement a time booking slot. After user selecting the event it lands in booking page. Once I'm at the booking page I should be able to book and also filter available slots.
I used a gallery and with Items as ["9:30", "9:45", "10:00", "10:15", "10:30", "11:15", "11:45", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15"] and saving with a button.
I see its not a correct way as I cannot filter my sharepoint list with event ID.
Attached is the screenshot please can someone provide me some inputs