To customize your Booking Link with the date and time of the appointment you will need to add a customized version of the query parameter below to the end of your Booking Link:
?date=YYYYMMDDTHHMM
The data you will want to fill in are described below.
The date used in this example is December 16th, 2021 at 3:00PM
YYYY = Year (Insert the four digit year - 2021)
MM = Month (Insert the two digit month - 12)
DD = Date (Insert the two digit date - 16)
After DD there is a T, this stands for time - make sure you leave that alone. After the T:
HH = Hour - (Insert the 2 digit hour here in 24hr time format - 15)
MM = Minute - (Insert the 2 digit minutes here - 30)
The code you would add to your Booking Link for the date described above would then look like this:
?date=20211216T1530
Once you click “Copy Link” on the Booking Page, add the customized version of ?date=YYYYMMDDTHHMM to the end of the link.
The final link should look like this: (this link is specifically for Wednesday, December 16th, 2021 at 7:30PM - your link will look a bit different)
Once you have your customized link, you can send that to your customers so they can book appointments with you at that specific date and time.