Skip to content

Event

A description of an event with an associated date (and possible time).

PropertyTypeRequiredDescription
namestringYesHuman-readable name of the event
dateisoDateYesDate of the event in in ISO 8601 format: YYYY-MM-DD
timeisoTimeNoTime of the event in in ISO 8601 format: HH:MM:SS
descriptionstringNoA description of the event

A JSON example of this field is:

{
"name": "Application Deadline",
"date": "2024-04-30",
"time": "17:00:00",
"description": "Final deadline for all submissions"
}