---
title: "Returns calendar events, condensed when there are too many of a single entry on a particular day"
method: GET
path: "/v2/org/{orgId}/calendar-event/condensed"
tags: ["calendar"]
---

# Returns calendar events, condensed when there are too many of a single entry on a particular day

`GET /v2/org/{orgId}/calendar-event/condensed`

## Path parameters

- `orgId` string, required

## Query parameters

- `startDate` string, date, required
- `endDate` string, date, required
- `filter` string
- `calendarIds` string
- `maxEntriesPerCalendarPerDay` integer

## Response `200`

successful operation

- ResultsCalendarEntryCondensed
  - `data` CalendarEntryCondensed[], required
    - `id` string, required
    - `orgId` string, required
    - `calendarId` string, required
    - `calendarType` 'ANNIVERSARY' | 'BIRTHDAY' | 'COMP_REVIEW' | 'REVIEW' | 'SURVEY' | 'TASK' | 'TIMEOFF' | 'START_DATE' | 'END_DATE' | 'CUSTOM' | 'HOLIDAY', required
    - `label` string, required
    - `from` string, date, required
    - `until` string, date
    - `singleEntry` CalendarEntry
      - `id` string, required — globally unique id, or zero-id if the entry is a virtual entry
      - `orgId` string — parent organization id
      - `calendarId` string, required — calendar to which this event pertains
      - `label` string, required — human-readable label for event
      - `description` string
      - `from` string, date, required — start date for event (inclusive)
      - `until` string, date, required — end date for event (exclusive)
      - `entityType` 'ACTION' | 'AGREEMENT' | 'AI_AGENT' | 'AI_AGENT_MEMORY' | 'AI_CHAT' | 'AI_CONFIG' | 'AI_CREDIT_LIMIT' | 'AI_CREDIT_USAGE' | 'AI_HINT' | 'AI_PROMPT' | 'APP' | 'APP_CONFIG' | 'APPROVAL_CHAIN' | 'APPROVAL_CHAIN_STAGE' | 'APPROVAL_DELEGATE' | 'APPROVAL_REQUEST' | 'ASSESSMENT' | 'BUDGET' | 'BUDGET_POOL' | 'BUNDLE' | 'CALENDAR' | 'CALENDAR_ENTRY' | 'CATEGORY' | 'CATEGORY_SORT' | 'CHANGE' | 'COMMENT' | 'COMP_BAND' | 'COMP_REVIEW' | 'CONTENT' | 'CUSTOMER' | 'DATA_VIEW' | 'EXCHANGE_RATE' | 'EMAIL_TEMPLATE' | 'EVENT' | 'FIELD' | 'FILE' | 'FORM' | 'FORM_DRAFT' | 'FORM_RESPONSE' | 'GEOCODE' | 'GROUP' | 'GROUP_ALLOCATION' | 'GROUP_TYPE' | 'GOAL' | 'GOAL_PROGRESS' | 'GOAL_TARGET' | 'GOAL_TYPE' | 'GUIDELINE' | 'JOB' | 'JOB_CODE' | 'JOB_LEVEL' | 'MEDIA' | 'MESSAGE' | 'MULTIPLIER' | 'ORG' | 'ORG_CONFIG' | 'PERSON' | 'PROFILE_TAB' | 'POLICY' | 'PROCESS' | 'PRODUCT' | 'QUERY_TOKEN' | 'QUESTION' | 'REPORT' | 'REPORT_CHART' | 'ROLE' | 'SCENARIO' | 'SIGNATURE' | 'SIGNATURE_REQUEST' | 'STOCK_GRANT' | 'STOCK_PRICE' | 'TABLE' | 'TABLE_ROW' | 'TASK_CONFIG' | 'TEMPLATE' | 'TASK' | 'TOKEN' | 'TIMEOFF' | 'TIMEOFF_BALANCE_ADJUSTMENT' | 'TIMEOFF_LEDGER_ENTRY' | 'TIMEOFF_POLICY' | 'TRANSCRIPT' | 'USER' — type of associated entity
      - `entityId` string — associated entity
      - `personId` string — person id for person-related calendar entries
      - `createId` string — created by user id
      - `createBehalfId` string — created on behalf of user id
      - `createAttribution` Attribution
        - `principalUserId` string
        - `agentUserIds` string[]
        - `eventId` string
        - `aiChatId` string
        - `aiToolUseId` string
        - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
      - `createAt` string — created timestamp
      - `updateId` string — last updated by user id
      - `updateBehalfId` string — last updated on behalf of user id
      - `updateAttribution` Attribution
        - `principalUserId` string
        - `agentUserIds` string[]
        - `eventId` string
        - `aiChatId` string
        - `aiToolUseId` string
        - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
      - `updateAt` string — last updated timestamp
      - `deleteId` string — deleted by user id
      - `deleteBehalfId` string — deleted on behalf of user id
      - `deleteAttribution` Attribution
        - `principalUserId` string
        - `agentUserIds` string[]
        - `eventId` string
        - `aiChatId` string
        - `aiToolUseId` string
        - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
      - `deleteAt` string — deleted timestamp
    - `entryCount` integer, required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/50a1edd6b27e/schema)
