---
title: "Push Busy Times"
method: POST
path: "/api/addon/busy"
tags: ["gcal-addon"]
---

# Push Busy Times

`POST /api/addon/busy`

Store this account's busy blocks for the planner to work around.

## Headers

- `authorization` string, nullable

## Request body

- BusyPayload
  - `busy` BusyBlock[]
    - `start` string, required
    - `end` string, required
  - `synced_at` string, nullable
  - `calendars` string[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/api/addon/busy/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
