ScrapedPerformerEventReferenceData
struct ScrapedPerformerEventReferenceData : Content, Sendable
Lightweight event reference scraped from a Sched speaker page.
-
The event UID from Sched, when present on the speaker page.
Declaration
Swift
var uid: String? -
Event title as shown on the speaker page.
Declaration
Swift
var title: String -
Event start time normalized into the same timezone basis as imported schedule events.
Declaration
Swift
var startTime: Date
View on GitHub