Skip to main content
POST
Creates a new scheduled event in the specified space.

Authorizations

Authorization
string
header
required

OAuth2 bearer token in the Authorization header

Path Parameters

space_id
string<uuid>
required

UP Space Id

Body

application/json
name
string
required
color
enum<string>
required
Available options:
BLUE,
CYAN,
GREEN,
MAGENTA,
RED,
YELLOW
duration
integer
required
rrule
string
required
tags
string[]
required
tasks
object[]
required

Response

Event created

id
string<uuid>
required
name
string
required
color
enum<string>
required
Available options:
BLUE,
CYAN,
GREEN,
MAGENTA,
RED,
YELLOW
duration
integer
required

Duration in seconds for each occurrence. May be 0.

rrule
string
required

RFC-5545 §3.8.5.3 recurrence rule, including time zone.

tags
string[]
required
tasks
object[]
required