schema.org.ai

Contactmanagementsoftware

Calendar and scheduling software

Extends: Technology

Contact management 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-2022.00
  • SOC Code: 13-1022.00
  • SOC Code: 23-2093.00
  • SOC Code: 41-3011.00

Usage in Platform

import { $ } from 'sdk.do'

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

JSON-LD Example

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