---
title: "Create a Google Calendar event as the calling member"
method: POST
path: "/v1/capabilities/google-workspace/calendar-events"
tags: ["Capability Sources"]
---

# Create a Google Calendar event as the calling member

`POST /v1/capabilities/google-workspace/calendar-events`

Creates an event on the calling member's primary Google Calendar, using their connected Google Workspace account. Set createMeetLink to true to request a Google Meet conferencing link and return meetLink.

## Request body

- GoogleWorkspaceCreateCalendarEventBody
  - `summary` string, required — Event title.
  - `description` string — Optional event description.
  - `location` string — Optional event location.
  - `start` string, date-time, required — Event start date-time.
  - `end` string, date-time, required — Event end date-time.
  - `timeZone` string — Optional IANA time zone for start and end.
  - `attendees` string[] — Optional attendee email addresses.
  - `createMeetLink` boolean — Set true to create a Google Meet conferencing link for this event; the response returns meetLink when Google creates it.

## Response `200`

Google Calendar event created.

- GoogleWorkspaceCreateCalendarEventResponse
  - `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/55ba7d5c7a7b/schema)
