---
title: "Update Event Intelligence"
method: PUT
path: "/calendar/events/{event_id}/intelligence"
tags: ["Calendar"]
---

# Update Event Intelligence

`PUT /calendar/events/{event_id}/intelligence`

Update intelligence for a calendar event.

## Path parameters

- `event_id` string, uuid, required

## Headers

- `authorization` string, nullable

## Request body

- EventIntelligenceUpdatePayload — Request to update event intelligence.
  - `call_objective` string, nullable — Call objective
  - `call_goal` 'DISCOVERY' | 'DEMO' | 'NEGOTIATION' | 'CLOSING' | 'QBR' | 'SUPPORT' | 'ONBOARDING' | 'INTERNAL' | 'VC' | 'PRODUCT_RESEARCH' | 'OTHER' — Call goal types.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
