EventFeedbackStats
public struct EventFeedbackStats : Content, Sendable
Returns statistics on shadow events and shadow even feedback reports.
Returned by GET /api/v3/admin/feedback/stats
-
How many events of type ‘shadow’ or ‘workshop’ are on the Sched.com events list
Declaration
Swift
var totalShadowEvents: Int
-
How many shadow events have completed (Date() > event.endTime).
Declaration
Swift
var completedShadowEvents: Int
-
How many feedback reports we’re received. The same event may get multiple reports.
Declaration
Swift
var totalFeedbackReports: Int
-
How many shadow events have at least one report. uniqueEventsWithFeedback / completedShadowEvents is the response percentage.
Declaration
Swift
var uniqueEventsWithFeedback: Int