Is it possible to use <cal.com> just as a glorifie...
# general
h
Is it possible to use cal.com just as a glorified datetime picker? I want to build a webpage that can be navigated to with a url like this:
https://<my domain>/pick?reserved=<timestamp1>,<timestamp2>,<timestamp3>&duration=30m
And get a webpage that looks exactly like the what you have… that shows a calendar picker and a time picker… the user selects it, clicks submit and it redirects to a URL of my choice…
reserved
timestamps should be hidden/not allowed to be picked
duration
should be used as the desired length of the meeting
z
For that you should really use a react datepicker component. Setting up cal.com for that purpose would be overkill IMO
👍 1