---
title: "Add idea to calendar"
method: POST
path: "/ideas/{id}/add-to-calendar"
tags: ["Ideas"]
---

# Add idea to calendar

`POST /ideas/{id}/add-to-calendar`

Convert an idea to a calendar post by assigning it a publish date. The idea becomes a regular post that can be scheduled.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `publishDate` string, date, required — Date to add the idea to on the calendar (YYYY-MM-DD or ISO 8601)

## Response `200`

Idea added to calendar successfully

- object
  - `id` string, uuid, required — The post ID (same as the original idea ID)

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
