Embed DaySchedule to your website → Try widget generator

Architectural Tours
TEMPLATE ID: DS-63ece7c3ba851eb621d0d9d9

Architectural Tours Appointment Booking Template

This template allows customers to easily book an appointment for architectural tours services.

Template preview

API

The free customizable booking templates with appointment management system and API to integrate in any app.

Time slots

You can use the API to check calendar availability, find available slots and book an appointment online for your services.

# Check calendar availability by date                  
curl --request GET
--url https://api.dayschedule.com/v1/availability/{RESOURCE_ID}?start={DATE1}&end={DATE2}&duration=30m
--header 'Content-Type: application/json'

# Return available time slots
[
    {
        "date": "2023-12-01",
        "timezone": "Asia/Calcutta",
        "capacity": 4,
        "slots": [
            {
                "time": "2023-12-01T14:00:00+05:30",
                "available": 1,
                "users": [
                    {
                        "user_id": 1411,
                        "name": "Nick",
                        "busy": false
                    }
                ]
            },
            ....
            ]
          }
]

Booking

You can use the API to check calendar availability and book an appointment online for your services.

# Check calendar availability by date                  
curl --request POST
--url https://api.dayschedule.com/v1/bookings
--header 'Content-Type: application/json'
--data 
  {
    "resource":{
        "resource_id":"63ece7c3ba851eb621d0d9d9",
    },
    "host":{
        "user_id":758
    },
    "start_at":"2023-12-01T09:00:00.000Z",
    "end_at":"2023-12-01T09:30:00.000Z",
    "invitees":[{
        "name":"John Doe",
        "email":"Johndoe@gmail.com"
        "questions":[]
    }]
}
# Return the confirmed booking object

Embed to website

  1. Install dayschedule-widget from NPM.
    npm i dayschedule-widget
  2. Generate widget code
  3. Add JavaScript in header
  4. Paste the inline or popup code on your website
See examples →
Free for small teams

Get your personalized scheduling link to share with your customers to let them schedule meetings without back-and-forth emails.

Sign up →

14 days free trial