Skip to main content

Event

Represents an event in the REX system.

descriptionDescriptionrequired

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.

enddate-timerequired

Event end time

groupstring[]

Subcommunities running/hosting the event

idIdrequired

4-Digit Event Code, used for linking, bookmarking, and making event revisions.

Possible values: >= 4 characters and <= 4 characters

locationLocationrequired

Location of the event

Possible values: <= 50 characters

nameNamerequired

Event name

Possible values: <= 100 characters

startdate-timerequired

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"
]
}