---
title: "Get 'Add to Calendar' links for a booking"
method: GET
path: "/v2/bookings/{bookingUid}/calendar-links"
tags: ["Bookings"]
---

# Get 'Add to Calendar' links for a booking

`GET /v2/bookings/{bookingUid}/calendar-links`

Retrieve calendar links for a booking that can be used to add the event to various calendar services. Returns links for Google Calendar, Microsoft Office, Microsoft Outlook, and a downloadable ICS file.

      <Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>

## Path parameters

- `bookingUid` string, required

## Headers

- `cal-api-version` string, required
- `Authorization` string, required

## Response `200`

- CalendarLinksOutput20240813
  - `status` object, required — The status of the request, always 'success' for successful responses
  - `data` CalendarLink[], required — Calendar links for the booking
    - `label` string, required — The label of the calendar link
    - `link` string, required — The link to the calendar

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
