Event
Represents an event in the REX system.
descriptionDescription (string)required
Event description, displayed in the booklet
Possible values: <= 280 characters
dormstring[]required
Dorms hosting the event. While typically a single dorm, this can also be multiple dorms.
endstring<date-time>required
Event end time
group object
Subcommunities running/hosting the event
- array
- null
Array [
string
]
null
idId (string)required
Unique identifier for the event
Possible values: <= 16 characters
locationLocation (string)required
Location of the event
Possible values: <= 50 characters
nameName (string)required
Event name
Possible values: <= 100 characters
startstring<date-time>required
Event start time
tagsstring[]required
Tags associated with the event, used for filtering and display
Event
{
"description": "string",
"dorm": [
"string"
],
"end": "2024-07-29T15:51:28.071Z",
"group": [
"string"
],
"id": "string",
"location": "string",
"name": "string",
"start": "2024-07-29T15:51:28.071Z",
"tags": [
"string"
]
}