schema.org.ai

Appointmentschedulingsoftware

Calendar and scheduling software

Extends: Technology

Appointment scheduling software

Calendar and scheduling software

Overview

Category: Calendar and scheduling software

Calendar and scheduling software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 21-1092.00
  • SOC Code: 25-3041.00
  • SOC Code: 27-2012.04
  • SOC Code: 27-2042.00
  • SOC Code: 29-1129.01
  • SOC Code: 29-2035.00
  • SOC Code: 29-2051.00
  • SOC Code: 31-9092.00
  • SOC Code: 39-5011.00
  • SOC Code: 39-5012.00
  • SOC Code: 39-5091.00
  • SOC Code: 39-5093.00
  • SOC Code: 39-9031.00
  • SOC Code: 43-4171.00
  • SOC Code: 43-6011.00
  • SOC Code: 43-6012.00
  • SOC Code: 43-6014.00
  • SOC Code: 43-9061.00
  • SOC Code: 49-3021.00
  • SOC Code: 53-6061.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Appointment scheduling software',
  category: 'Calendar and scheduling software',
  description: 'Calendar and scheduling software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Appointment scheduling software",
  "applicationCategory": "Calendar and scheduling software",
  "description": "Calendar and scheduling software"
}