Cal.com · Capability

Cal.diy API v2 — Event Types Private Links

Cal.diy API v2 — Event Types Private Links. 4 operations. Lead operation: Create a private link for an event type. Self-contained Naftiko capability covering one Cal Com business surface.

Run with Naftiko Cal ComEvent Types Private Links

What You Can Do

POST
Eventtypesprivatelinkscontrollercreateprivatelink — Create a private link for an event type
/v1/v2/event-types/{eventtypeid}/private-links
GET
Eventtypesprivatelinkscontrollergetprivatelinks — Get all private links for an event type
/v1/v2/event-types/{eventtypeid}/private-links
PATCH
Eventtypesprivatelinkscontrollerupdateprivatelink — Update a private link for an event type
/v1/v2/event-types/{eventtypeid}/private-links/{linkid}
DELETE
Eventtypesprivatelinkscontrollerdeleteprivatelink — Delete a private link for an event type
/v1/v2/event-types/{eventtypeid}/private-links/{linkid}

MCP Tools

create-private-link-event-type

Create a private link for an event type

get-all-private-links-event

Get all private links for an event type

read-only idempotent
update-private-link-event-type

Update a private link for an event type

idempotent
delete-private-link-event-type

Delete a private link for an event type

idempotent

Capability Spec

cal-com-event-types-private-links.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cal.diy API v2 — Event Types Private Links
  description: 'Cal.diy API v2 — Event Types Private Links. 4 operations. Lead operation: Create a private link for an event
    type. Self-contained Naftiko capability covering one Cal Com business surface.'
  tags:
  - Cal Com
  - Event Types Private Links
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CAL_COM_API_KEY: CAL_COM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cal-com-event-types-private-links
    baseUri: ''
    description: Cal.diy API v2 — Event Types Private Links business capability. Self-contained, no shared references.
    resources:
    - name: v2-event-types-eventTypeId-private-links
      path: /v2/event-types/{eventTypeId}/private-links
      operations:
      - name: eventtypesprivatelinkscontrollercreateprivatelink
        method: POST
        description: Create a private link for an event type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventTypeId
          in: path
          type: number
          required: true
        - name: Authorization
          in: header
          type: string
          description: value must be `Bearer <token>` where `<token>` is api key prefixed with cal_ or managed user access
            token
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: eventtypesprivatelinkscontrollergetprivatelinks
        method: GET
        description: Get all private links for an event type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventTypeId
          in: path
          type: number
          required: true
        - name: Authorization
          in: header
          type: string
          description: value must be `Bearer <token>` where `<token>` is api key prefixed with cal_ or managed user access
            token
          required: true
    - name: v2-event-types-eventTypeId-private-links-linkId
      path: /v2/event-types/{eventTypeId}/private-links/{linkId}
      operations:
      - name: eventtypesprivatelinkscontrollerupdateprivatelink
        method: PATCH
        description: Update a private link for an event type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventTypeId
          in: path
          type: number
          required: true
        - name: linkId
          in: path
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
          description: value must be `Bearer <token>` where `<token>` is api key prefixed with cal_ or managed user access
            token
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: eventtypesprivatelinkscontrollerdeleteprivatelink
        method: DELETE
        description: Delete a private link for an event type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventTypeId
          in: path
          type: number
          required: true
        - name: linkId
          in: path
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
          description: value must be `Bearer <token>` where `<token>` is api key prefixed with cal_ or managed user access
            token
          required: true
  exposes:
  - type: rest
    namespace: cal-com-event-types-private-links-rest
    port: 8080
    description: REST adapter for Cal.diy API v2 — Event Types Private Links. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/event-types/{eventtypeid}/private-links
      name: v2-event-types-eventtypeid-private-links
      description: REST surface for v2-event-types-eventTypeId-private-links.
      operations:
      - method: POST
        name: eventtypesprivatelinkscontrollercreateprivatelink
        description: Create a private link for an event type
        call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollercreateprivatelink
        with:
          eventTypeId: rest.eventTypeId
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: eventtypesprivatelinkscontrollergetprivatelinks
        description: Get all private links for an event type
        call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollergetprivatelinks
        with:
          eventTypeId: rest.eventTypeId
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/event-types/{eventtypeid}/private-links/{linkid}
      name: v2-event-types-eventtypeid-private-links-linkid
      description: REST surface for v2-event-types-eventTypeId-private-links-linkId.
      operations:
      - method: PATCH
        name: eventtypesprivatelinkscontrollerupdateprivatelink
        description: Update a private link for an event type
        call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollerupdateprivatelink
        with:
          eventTypeId: rest.eventTypeId
          linkId: rest.linkId
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: eventtypesprivatelinkscontrollerdeleteprivatelink
        description: Delete a private link for an event type
        call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollerdeleteprivatelink
        with:
          eventTypeId: rest.eventTypeId
          linkId: rest.linkId
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cal-com-event-types-private-links-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cal.diy API v2 — Event Types Private Links. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-private-link-event-type
      description: Create a private link for an event type
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollercreateprivatelink
      with:
        eventTypeId: tools.eventTypeId
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-all-private-links-event
      description: Get all private links for an event type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollergetprivatelinks
      with:
        eventTypeId: tools.eventTypeId
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: update-private-link-event-type
      description: Update a private link for an event type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollerupdateprivatelink
      with:
        eventTypeId: tools.eventTypeId
        linkId: tools.linkId
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-private-link-event-type
      description: Delete a private link for an event type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cal-com-event-types-private-links.eventtypesprivatelinkscontrollerdeleteprivatelink
      with:
        eventTypeId: tools.eventTypeId
        linkId: tools.linkId
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.