Workschedulingsoftware
Calendar and scheduling software
Extends: Technology
Work 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-3013.01
- SOC Code: 11-9179.01
- SOC Code: 11-9199.08
- SOC Code: 19-1032.00
- SOC Code: 35-2013.00
- SOC Code: 37-2021.00
- SOC Code: 39-1014.00
- SOC Code: 39-1022.00
- SOC Code: 39-2011.00
- SOC Code: 39-6012.00
- SOC Code: 41-1012.00
- SOC Code: 43-1011.00
- SOC Code: 43-3061.00
- SOC Code: 43-4031.00
- SOC Code: 45-1011.00
- SOC Code: 47-1011.03
- SOC Code: 47-2152.04
- SOC Code: 47-2231.00
- SOC Code: 47-4071.00
- SOC Code: 47-4099.03
- SOC Code: 51-8092.00
- SOC Code: 53-1042.01
- SOC Code: 53-1044.00
- SOC Code: 53-7062.04
- SOC Code: 53-7065.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Work scheduling software',
category: 'Calendar and scheduling software',
description: 'Calendar and scheduling software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Work scheduling software",
"applicationCategory": "Calendar and scheduling software",
"description": "Calendar and scheduling software"
}