scheduledStart

@SerializedName(value = "scheduled_start")
var scheduledStart: String? = null

Indicates the start time of a scheduled Space, as set by the creator of the Space. This field is returned only if the Space has been scheduled; in other words, if the field is returned, it means the Space is a scheduled Space.

date (ISO 8601)

e.g.

"scheduled_start": "2021-07-14T08:00:00.000Z"

Integrate with calendar notifications, filter and sort Spaces by time.