Cal.com · Capability

Cal.diy API v2 — Destination Calendars

Cal.diy API v2 — Destination Calendars. 1 operations. Lead operation: Update destination calendars. Self-contained Naftiko capability covering one Cal Com business surface.

Run with Naftiko Cal ComDestination Calendars

What You Can Do

PUT
Destinationcalendarscontrollerupdatedestinationcalendars — Update destination calendars
/v1/v2/destination-calendars

MCP Tools

update-destination-calendars

Update destination calendars

idempotent

Capability Spec

cal-com-destination-calendars.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cal.diy API v2 — Destination Calendars
  description: 'Cal.diy API v2 — Destination Calendars. 1 operations. Lead operation: Update destination calendars. Self-contained
    Naftiko capability covering one Cal Com business surface.'
  tags:
  - Cal Com
  - Destination Calendars
  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-destination-calendars
    baseUri: ''
    description: Cal.diy API v2 — Destination Calendars business capability. Self-contained, no shared references.
    resources:
    - name: v2-destination-calendars
      path: /v2/destination-calendars
      operations:
      - name: destinationcalendarscontrollerupdatedestinationcalendars
        method: PUT
        description: Update destination calendars
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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
  exposes:
  - type: rest
    namespace: cal-com-destination-calendars-rest
    port: 8080
    description: REST adapter for Cal.diy API v2 — Destination Calendars. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/destination-calendars
      name: v2-destination-calendars
      description: REST surface for v2-destination-calendars.
      operations:
      - method: PUT
        name: destinationcalendarscontrollerupdatedestinationcalendars
        description: Update destination calendars
        call: cal-com-destination-calendars.destinationcalendarscontrollerupdatedestinationcalendars
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cal-com-destination-calendars-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cal.diy API v2 — Destination Calendars. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: update-destination-calendars
      description: Update destination calendars
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cal-com-destination-calendars.destinationcalendarscontrollerupdatedestinationcalendars
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.