I am trying to create a mentoring application. So it has :
- Users
- Mentors adding their availability slots ( as Date/Time)
- Mentees seeking mentoring sessions (as Date/Time)
- Based on a match from step 3 above, send email with google meet link
So far Ive been able to setup 1 as a table.
Also 2 and 3 above as forms.
For the 4 point above, how can I setup a table with Mentor, Mentee and the Date/Time where availability equals the requested time frame ?

