Skip to content

How Calendly’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score27/100

Agent-ready 46.2 × 0.30 = 13.86

API quality 0.0 × 0.20 = 0.00

Openness 7.2 × 0.20 = 1.44

Built-in AI 44.4 × 0.15 = 6.66

Automation 32.3 × 0.15 = 4.84

(13.86 + 0.00 + 1.44 + 6.66 + 4.84) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 26.80 ÷ 1.00 = 26.8

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready46.2/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [probe] https://developer.calendly.com/llms.txtPROBE llms.txt: HTTP 200 at https://developer.calendly.com/llms.txt # Calendly | Developer Documentation ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to t
  • [probe] https://developer.calendly.com/docs/getting-started/overview.mdPROBE docs-md: HTTP 200 at https://developer.calendly.com/docs/getting-started/overview.md > Calendly developer docs. For page Markdown, append .md to any URL. > Index: https://developer.calendly.com/llms.txt >
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/overviewBring scheduling actions into your AI apps through natural conversation, powered by Calendly MCP.

Run the product headlessly / in CI for automationweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating an **internal application** that only your team will use, authenticate with **personal access tokens**.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/schedule-events-with-ai-agents.mdEnable AI assistants or agents in your product to **book meetings end‑to‑end** via Calendly's Scheduling API endpoint.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/schedule-events-with-ai-agents.mdEnable AI assistants or agents in your product to book meetings end‑to‑end via Calendly's Scheduling API endpoint.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdpayloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee
  • [claimed-docs] https://developer.calendly.com/docs/authentication/overview.mdIf you need to securely share data from your or your company's Calendly account with an internal or private application

Plug MCP servers into this product so it can use their toolsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Connect an agent via an official MCP serverweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/overviewBring scheduling actions into your AI apps through natural conversation, powered by Calendly MCP.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdIt translates natural-language commands (e.g., "Book a 30-minute meeting with Sam next Tuesday") into structured Calendly API calls with no need to implement raw REST requests.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdCalendly MCP uses Dynamic Client Registration (DCR), which means **you do not need to pre-register an OAuth application**
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type | `POST /event_types`
  • [probe] https://developer.calendly.com/docs/mcp/calendly-mcp-serverofficial MCP server documented at https://developer.calendly.com/docs/mcp/calendly-mcp-server

Use an official CLIweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdEmbed API: Our simpler, easy-to-use API that lets you add a Calendly landing or booking page to your website.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdWebhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.
  • [probe] https://developer.calendly.com/docs/mcp/calendly-mcp-serverofficial MCP server documented at https://developer.calendly.com/docs/mcp/calendly-mcp-server

Drive the product through a documented public APIweight 3

3 (weight) × 9 (quality) × 1.0 (full) = 27.0 of 30 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/overviewProgrammatically book meetings and read and write Scheduling, Contacts, and Notetaker data.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating an **internal application** that only your team will use, authenticate with **personal access tokens**.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating a **public application** that many Calendly users will use, authenticate with **OAuth**.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdIt translates natural-language commands (e.g., "Book a 30-minute meeting with Sam next Tuesday") into structured Calendly API calls with no need to implement raw REST requests.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/schedule-events-with-ai-agents.mdEnable AI assistants or agents in your product to **book meetings end‑to‑end** via Calendly's Scheduling API endpoint.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdEmbed API: Our simpler, easy-to-use API that lets you add a Calendly landing or booking page to your website.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdWebhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdCalendly MCP uses Dynamic Client Registration (DCR), which means **you do not need to pre-register an OAuth application**
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type
  • [probe] https://developer.calendly.com/llms.txtPROBE llms.txt: HTTP 200 at https://developer.calendly.com/llms.txt # Calendly | Developer Documentation ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to t
  • [probe] https://developer.calendly.com/docs/mcp/calendly-mcp-serverofficial MCP server documented at https://developer.calendly.com/docs/mcp/calendly-mcp-server

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating an **internal application** that only your team will use, authenticate with **personal access tokens**.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating a **public application** that many Calendly users will use, authenticate with **OAuth**.
  • [claimed-docs] https://developer.calendly.com/docs/authentication/overview.mdIf you need to securely share data from your or your company's Calendly account with an internal or private application
  • [claimed-docs] https://developer.calendly.com/docs/authentication/overview.mdIf you need to provide a way for Calendly members to securely share their Calendly account data with a public application you've built, then use OAuth 2.1.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdCalendly MCP uses Dynamic Client Registration (DCR), which means **you do not need to pre-register an OAuth application**

Build against official SDKsweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdEmbed API: Our simpler, easy-to-use API that lets you add a Calendly landing or booking page to your website.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdWebhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating an **internal application** that only your team will use, authenticate with **personal access tokens**.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdIf you're integrating a **public application** that many Calendly users will use, authenticate with **OAuth**.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdCalendly MCP uses Dynamic Client Registration (DCR), which means **you do not need to pre-register an OAuth application**
  • [probe] https://developer.calendly.com/docs/mcp/calendly-mcp-serverofficial MCP server documented at https://developer.calendly.com/docs/mcp/calendly-mcp-server

Subscribe to events via webhooksweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdpayloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdWebhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.
  • [claimed-docs] https://developer.calendly.com/api-docs/overview/webhooks/webhook-signatures.mdGain confidence in the authenticity of your webhooks when you use a **webhook signing key**, a unique secret key shared between your application and Calendly, to verify the events sent to your endpoints.

Agent-ready = 97.0 ÷ 210 × 100 = 46.2

API quality0.0/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdEmbed API: Our simpler, easy-to-use API that lets you add a Calendly landing or booking page to your website.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdWebhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.
  • [probe] https://developer.calendly.com/llms.txtPROBE llms.txt: HTTP 200 at https://developer.calendly.com/llms.txt # Calendly | Developer Documentation ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to t
  • [probe] https://developer.calendly.com/docs/getting-started/overview.mdPROBE docs-md: HTTP 200 at https://developer.calendly.com/docs/getting-started/overview.md > Calendly developer docs. For page Markdown, append .md to any URL. > Index: https://developer.calendly.com/llms.txt >

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.

API quality = 0.0 ÷ 70 × 100 = 0.0

Openness7.2/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/overviewProgrammatically book meetings and read and write Scheduling, Contacts, and Notetaker data.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdIt translates natural-language commands (e.g., "Book a 30-minute meeting with Sam next Tuesday") into structured Calendly API calls with no need to implement raw REST requests.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/schedule-events-with-ai-agents.mdEnable AI assistants or agents in your product to **book meetings end‑to‑end** via Calendly's Scheduling API endpoint.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type | `POST /event_types`
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdEmbed API: Our simpler, easy-to-use API that lets you add a Calendly landing or booking page to your website.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdWebhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.
  • [claimed-docs] https://calendly.com/scheduling/routingCreate a routing form that uses basic routing logic (fixed answer responses) to screen and qualify people before they book with you.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationUse Workflows to automate pre- and post-meeting emails and texts to invitees, hosts, and teammates.
  • [claimed-docs] https://calendly.comCharge upfront for meetings, sell packages, and send invoices with payment features that make it easy to get paid.

Export all of my data in open formats and leaveweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://developer.calendly.com/docs/getting-started/overviewProgrammatically book meetings and read and write Scheduling, Contacts, and Notetaker data.
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.

Read the product's source under an open licenseweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Self-host the core productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 7.2 ÷ 100 × 100 = 7.2

Built-in AI44.4/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://calendly.com/pricingGet meeting recaps and action items, plus an AI assistant to help with the work around meetings.
  • [claimed-docs] https://calendly.com/pricingRecordings & transcripts * Shareable meeting recaps * Joins Zoom, Google Meet, Microsoft Teams
  • [claimed-docs] https://calendly.comAdd Callie to any email thread to coordinate scheduling on your behalf without switching tools or sacrificing control.
  • [claimed-docs] https://calendly.comFinish the day knowing every meeting was captured, next steps were tracked, and follow-ups were handled.

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://calendly.com/scheduling/automated-communicationUse Workflows to automate pre- and post-meeting emails and texts to invitees, hosts, and teammates.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationSchedule a reminder email in a single click, so recipients who haven't booked yet don't slip through the cracks.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationSend a reschedule request when your plans change and let recipients choose a new time.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.
  • [claimed-docs] https://calendly.com/scheduling/routingCreate a routing form that uses basic routing logic (fixed answer responses) to screen and qualify people before they book with you.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type | `POST /event_types`
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/schedule-events-with-ai-agents.mdEnable AI assistants or agents in your product to book meetings end‑to‑end via Calendly's Scheduling API endpoint.

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 6 (quality) × 0.6 (partial) = 10.8 of 30 max

  • [claimed-docs] https://calendly.com/pricingAn AI assistant that schedules over email
  • [claimed-docs] https://calendly.comAdd Callie to any email thread to coordinate scheduling on your behalf without switching tools or sacrificing control.
  • [claimed-docs] https://calendly.com/pricingGet meeting recaps and action items, plus an AI assistant to help with the work around meetings.

Operate the product with natural-language commandsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdIt translates natural-language commands (e.g., "Book a 30-minute meeting with Sam next Tuesday") into structured Calendly API calls with no need to implement raw REST requests.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdtranslates natural-language commands (e.g., "Book a 30-minute meeting with Sam next Tuesday") into structured Calendly API calls
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/overviewBring scheduling actions into your AI apps through natural conversation, powered by Calendly MCP.
  • [claimed-docs] https://calendly.comAdd Callie to any email thread to coordinate scheduling on your behalf without switching tools or sacrificing control.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/calendly-mcp-server.mdCalendly MCP uses Dynamic Client Registration (DCR), which means **you do not need to pre-register an OAuth application**
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type
  • [probe] https://developer.calendly.com/docs/mcp/calendly-mcp-serverofficial MCP server documented at https://developer.calendly.com/docs/mcp/calendly-mcp-server

Built-in AI = 40.0 ÷ 90 × 100 = 44.4

Automation32.3/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://developer.calendly.com/docs/api-guides/schedule-events-with-ai-agents.mdEnable AI assistants or agents in your product to **book meetings end‑to‑end** via Calendly's Scheduling API endpoint.
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type
  • [claimed-docs] https://developer.calendly.com/docs/mcp/supported-tools.mdevent\_types-create\_event\_type | Create a new event type | `POST /event_types`
  • [claimed-docs] https://developer.calendly.com/docs/getting-started/introduction.mdThe Calendly API v2 is REST-based and has predictable resource-oriented URLs.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 7 (quality) × 1.0 (full) = 21.0 of 30 max

  • [claimed-docs] https://calendly.com/scheduling/automated-communicationUse Workflows to automate pre- and post-meeting emails and texts to invitees, hosts, and teammates.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationSchedule a reminder email in a single click, so recipients who haven't booked yet don't slip through the cracks.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationSend a reschedule request when your plans change and let recipients choose a new time.
  • [claimed-docs] https://calendly.com/scheduling/routingCreate a routing form that uses basic routing logic (fixed answer responses) to screen and qualify people before they book with you.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdpayloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee
  • [claimed-docs] https://developer.calendly.com/api-docs/overview/webhooks/webhook-signatures.mdGain confidence in the authenticity of your webhooks when you use a **webhook signing key**, a unique secret key shared between your application and Calendly, to verify the events sent to your endpoints.

Schedule recurring jobs or workflowsweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://calendly.com/scheduling/automated-communicationUse Workflows to automate pre- and post-meeting emails and texts to invitees, hosts, and teammates.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationSchedule a reminder email in a single click, so recipients who haven't booked yet don't slip through the cracks.
  • [claimed-docs] https://calendly.com/scheduling/automated-communicationSend a reschedule request when your plans change and let recipients choose a new time.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdWhen you [create a webhook subscription], payloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee.
  • [claimed-docs] https://developer.calendly.com/docs/api-guides/receive-data-from-scheduled-events-in-real-time-with-webhook-subscriptions.mdpayloads will be sent in real time to your server endpoint when events are scheduled or canceled by either the host or the invitee

Version, review, and roll back my automationsweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Automation = 25.8 ÷ 80 × 100 = 32.3