Create calendar event
Creates a new calendar event.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
application/json Body
3 - 70The event description in Slack message content format.
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 - 70The 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 Slack channel(s) that the event announcements are posted to when published. If empty, no Slack announcements are made.
10The 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 user(s) featured as a speaker for the event, which must be one of the following: Slack user IDs, emails, or Tightknit profile IDs

