POST
/
admin
/
v0
/
calendar_events
{
  "success": true,
  "data": {
    "calendar_event_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

content-type
enum<string>
required
Available options:
application/json

Body

application/json
description
object
required

The event description in Slack message content format.

end_date
string
required
start_date
string
required
title
string
required
Required string length: 3 - 70
publish_to_slack_channels
string[]
required

The Slack channel(s) that the event announcements are posted to when published.

hosts
object
required

The user(s) featured as a host for the event, which must be one of the following: Slack user IDs, emails, or Tightknit profile IDs

allow_public_guest_list
boolean
default:
false
enable_registration_button
boolean
default:
false
external_speakers
string | null
is_unlisted
boolean
default:
false
location
string | null
luma_event_id
string | null
publish_to_site
boolean
default:
false
triggers_webhooks
boolean
default:
false
recap

The event recap in Slack message content format.

webhook_custom_metadata
string | null
show_end_date
boolean
default:
true
slug
string | null

The URL slug for the event. If not provided, one will be generated based off the title.

Required string length: 3 - 70
status
enum<string>
default:
published

The event status. Events created with "published" status will immediately be published to the specified Slack channel(s) and possibly to the site. Events created with "needs_approval" status will be submitted for admin approval. Events cannot be created with "draft" status from the API.

Available options:
needs_approval,
published
speakers

The user(s) featured as a speaker for the event, which must be one of the following: Slack user IDs, emails, or Tightknit profile IDs

tags
string[]

The ids of the tags for the event.

Response

200
application/json
Creates the calendar event
success
boolean
required
data
object
required