---
title: "Updates the current user's availability"
method: POST
path: "/events/{eventId}/response"
tags: ["events"]
---

# Updates the current user's availability

`POST /events/{eventId}/response`

## Path parameters

- `eventId` string, required

## Request body

- object
  - `availability` string[]
  - `calendarOptions` ModelsCalendarOptions
    - `bufferTime` ModelsBufferTimeOptions
      - `enabled` boolean
      - `time` integer
    - `workingHours` ModelsWorkingHoursOptions
      - `enabled` boolean
      - `endTime` number
      - `startTime` number
  - `enabledCalendars` object
  - `guest` boolean
  - `ifNeeded` string[]
  - `manualAvailability` object
  - `name` string
  - `signUpBlockIds` string[]
  - `useCalendarAvailability` boolean

## Response `200`

OK

---

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