calendly
Scheduling automation platform for meetings.
Extends: Technology
Calendly
Scheduling automation platform for meetings.
Overview
Category: Scheduling software
Scheduling automation platform for meetings.
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: 'Calendly',
category: 'Scheduling software',
description: 'Scheduling automation platform for meetings.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Calendly",
"applicationCategory": "Scheduling software",
"description": "Scheduling automation platform for meetings."
}