@sourceloop/scheduler-service / Exports / CalendarDTO
Class: CalendarDTO¶
Hierarchy¶
-
CoreModel
<CalendarDTO
>↳
CalendarDTO
Table of contents¶
Constructors¶
Properties¶
- enableWorkingHours
- extId
- extMetadata
- id
- identifier
- location
- source
- subscription
- summary
- timezone
- workingHours
Constructors¶
constructor¶
• new CalendarDTO(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <CalendarDTO > |
Inherited from¶
CoreModel<CalendarDTO>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
enableWorkingHours¶
• Optional
enableWorkingHours: boolean
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:28
extId¶
• Optional
extId: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:68
extMetadata¶
• Optional
extMetadata: AnyObject
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:74
id¶
• Optional
id: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:16
identifier¶
• identifier: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:46
location¶
• Optional
location: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:36
source¶
• Optional
source: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:21
subscription¶
• Optional
subscription: Subscription
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:82
summary¶
• Optional
summary: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:54
timezone¶
• Optional
timezone: string
Defined in¶
services/scheduler-service/src/models/calendar.dto.ts:62
workingHours¶
• Optional
workingHours: WorkingHour
[]