---
title: "POST /g-cal/events"
method: POST
path: "/g-cal/events"
tags: ["slash-google-calendar"]
---

# POST /g-cal/events

`POST /g-cal/events`

## Request body

- GoogleCalendarEventDto
  - `summary` string
  - `description` string
  - `startDateTime` string, date-time
  - `endDateTime` string, date-time
  - `allDay` boolean
  - `timeZone` string
  - `meetingRequired` boolean
  - `attendees` string[]
  - `location` string
  - `reminders` object[]
  - `visibility` string
  - `showAsBusy` boolean

## Response `200`

OK

---

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