Hello devs actually i have a question i have a pro...
# orm-help
m
Hello devs actually i have a question i have a project based on sessions.Such as as an advisor i will provide availability time of mine for every day such as on monday my avalability is 2:pm - 5:pm on tuesday my availability is 12:pm - 10pm now any person who want to take my advise can book for my advise according to availibilty time of the day and no conflict should arise between bookings such as if advisor availability on monday is 2:pm - 5:pm and some one make a booking for 15minutes from 2:pm - 2:15pm on monday than no other booking should be done on monday 2:pm - 2:15pm do we have any tools for these kind of scnerio or libraries etc and what approach can be the best approach to resolve these issues on backend. Thanks in advance.. ☺️
βœ… 1
n
Hey Moin πŸ‘‹ You should have a look at cal.com open source code: https://github.com/calcom/cal.com They provide the exact same scheduling service which you are trying to replicate.
m
I need this scheduling thing for backend
There is one more issue of timezone advisor and booking person can be in different countries as well