@webitel/api-services
Preparing search index...
_models/engineCreateCalendarRequest.zod
EngineCreateCalendarRequest
Interface EngineCreateCalendarRequest
interface
EngineCreateCalendarRequest
{
accepts
?:
EngineAcceptOfDay
[]
;
description
?:
string
;
domainId
?:
string
;
endAt
?:
string
;
excepts
?:
EngineExceptDate
[]
;
name
?:
string
;
specials
?:
EngineAcceptOfDay
[]
;
startAt
?:
string
;
timezone
?:
EngineLookup
;
}
Index
Properties
accepts?
description?
domain
Id?
end
At?
excepts?
name?
specials?
start
At?
timezone?
Properties
Optional
accepts
accepts
?:
EngineAcceptOfDay
[]
Optional
description
description
?:
string
Optional
domain
Id
domainId
?:
string
Optional
end
At
endAt
?:
string
Optional
excepts
excepts
?:
EngineExceptDate
[]
Optional
name
name
?:
string
Optional
specials
specials
?:
EngineAcceptOfDay
[]
Optional
start
At
startAt
?:
string
Optional
timezone
timezone
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accepts
description
domain
Id
end
At
excepts
name
specials
start
At
timezone
@webitel/api-services
Loading...