Create a calendar event
Create a new Calendar Event.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
application/json
Body
The event description in Slack message content format.
3 - 70
The Slack channel(s) that the event announcements are posted to when published.
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
The event recap in Slack message content format.
The URL slug for the event. If not provided, one will be generated based off the title.
3 - 70
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.
needs_approval
, published
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
The ids of the tags for the event.
Was this page helpful?