squareappointments
Appointment scheduling with payments.
Extends: Technology
Square Appointments
Appointment scheduling with payments.
Overview
Category: Scheduling software
Appointment scheduling with payments.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Square Appointments',
category: 'Scheduling software',
description: 'Appointment scheduling with payments.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Square Appointments",
"applicationCategory": "Scheduling software",
"description": "Appointment scheduling with payments."
}