---
title: "List calendar events"
method: GET
path: "/calendar_event"
tags: ["calendar event"]
---

# List calendar events

`GET /calendar_event`

Get a list of calendar events

## Query parameters

- `filter[patient]` string
- `filter[groups]` string
- `filter[organization]` string
- `filter[attendees]` string
- `filter[type]` 'plan-check-in' | 'reminder' | 'telephone-call' | 'office-visit' | 'video-call'
- `filter[completed]` boolean
- `filter[start_at]` string
- `filter[end_at]` string
- `filter[completed_at]` string
- `filter[created_at]` string
- `filter[updated_at]` string
- `page[number]` integer
- `page[size]` integer
- `page[limit]` integer
- `page[cursor]` string
- `include` 'owner'

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Invalid Request

---

[API](https://skmtc.net/twinehealth/apis/fitbit-plus-api.md) · [All operations](https://skmtc.net/twinehealth/apis/fitbit-plus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twinehealth/fitbit-plus-api/revisions/1c92481b5836/schema)
