ScheduleElement

constructor(    id: String,     label: String? = null,     description: String? = null,     type: ScheduleElementType,     scheduleType: ScheduleType? = null,     day: String,     dayEnd: String? = null,     start: String? = null,     end: String? = null,     resource: Resource? = null,     typedAttendees: List<TypeAttendee>? = null,     externalAttendees: List<String>? = null,     additionalServices: List<AdditionalService>? = null)