schema.org.ai

Employeeschedulingsoftware

Calendar and scheduling software

Extends: Technology

Employee 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: 11-3051.00
  • SOC Code: 11-3051.03
  • SOC Code: 11-3051.04
  • SOC Code: 11-9071.00
  • SOC Code: 11-9199.09
  • SOC Code: 33-1091.00
  • SOC Code: 45-1011.00
  • SOC Code: 53-1042.00

Usage in Platform

import { $ } from 'sdk.do'

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

JSON-LD Example

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