---
title: "Get an event by Id from the calendar database, ignoring eQM, CIS and other data sources"
method: GET
path: "/calendar/events/cal{eventId}"
tags: ["Events"]
---

# Get an event by Id from the calendar database, ignoring eQM, CIS and other data sources

`GET /calendar/events/cal{eventId}`

## Path parameters

- `eventId` integer, required

## Response `200`

OK

- EventPoco
  - `Id` integer
  - `StartDate` string, date-time
  - `EndDate` string, date-time
  - `CancelledDate` string, date-time
  - `StartTime` string
  - `EndTime` string
  - `Description` string
  - `Notes` string
  - `SortOrder` integer
  - `EventActivities` EventActivity[]
    - `Id` integer
    - `StartTime` string
    - `EndTime` string
    - `Attendees` string[]
  - `Type` string
  - `House` string
  - `LeadHouse` string
  - `Category` string
  - `Location` string
  - `LocationMetadata` string
  - `HasSpeakers` boolean
  - `Committee` CommitteePoco
    - `Id` integer
    - `Description` string
    - `Category` 'General' | 'Select' | 'Joint' | 'Other'
    - `IsLords` boolean
    - `IsCommons` boolean
    - `Inquiries` InquiryPoco[]
      - `Id` integer
      - `Description` string
      - `SortOrder` integer
    - `ShowOnWebsite` boolean
  - `Tags` TagPoco[]
    - `Description` string
  - `Members` MemberPoco[]
    - `Id` integer
    - `Name` string
    - `ListAs` string
    - `Party` string
    - `MemberFrom` string
    - `PartyColour` string
    - `PhotoUrl` string
    - `SortOrder` integer
  - `Metadata` MetadataPoco[]
    - `Url` string
    - `Description` string
  - `SummarisedDetails` string
  - `BillId` integer
  - `BillName` string
  - `BillPageLink` string

---

[API](https://skmtc.net/parliament/apis/whats-on-calendar-api.md) · [All operations](https://skmtc.net/parliament/apis/whats-on-calendar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/whats-on-calendar-api/revisions/4683d8d4b27c/schema)
