ScheduleSegment

constructor(id: String, startTime: Instant, endTime: Instant, title: String, canceledUntil: Instant? = null, category: ScheduleCategory? = null, isRecurring: Boolean)