---
title: "Add a Google Meet link to a Calendar event"
method: PATCH
path: "/v1/capabilities/google-workspace/calendar-event/{eventId}"
tags: ["Capability Sources"]
---

# Add a Google Meet link to a Calendar event

`PATCH /v1/capabilities/google-workspace/calendar-event/{eventId}`

Updates one primary-calendar event by id to request Google Meet conferencing, using the calling member's connected Google Workspace account. Use this for an existing event that needs a Meet link without creating a duplicate.

## Path parameters

- `eventId` string, required

## Request body

- GoogleWorkspaceUpdateCalendarEventBody
  - `createMeetLink` true, required — Set true to add a Google Meet conferencing link to this existing event.

## Response `200`

Google Calendar event updated.

- GoogleWorkspaceUpdateCalendarEventResponse
  - `ok` true, required
  - `eventId` string, required
  - `htmlLink` string, required
  - `summary` string, required
  - `start` string, required
  - `end` string, required
  - `meetLink` string, nullable, required

## Other responses

- `401` — The caller must be signed in.
- `409` — The calling member has not connected their Google account or is missing permission.
- `502` — Google rejected the request.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
