Add idea 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.
POST
/ideas/{id}/add-to-calendarAuthorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
idstring<uuid>requiredIdea ID (UUID)
Request body
requiredapplication/jsonpublishDatestring<date>requiredDate to add the idea to on the calendar (YYYY-MM-DD or ISO 8601)
Responses
200
Idea added to calendar successfully
idstring<uuid>requiredThe post ID (same as the original idea ID)
400
Bad Request - Invalid input parameters
codestringmessagestringdataobjectShow propertiesHide properties
errorsobject401
Unauthorized - Missing or invalid API key
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring