Skip to main content

ScheduleSeriesCreateArgs

No description

input ScheduleSeriesCreateArgs {
scheduleId: ID!
name: String!
durationMin: Int!
isAllDay: Boolean
index: Int
maxAdvance: Int
maxAdvanceUnit: OffsetUnit
maxPostpone: Int
maxPostponeUnit: OffsetUnit
notes: String
inputParameters: [CreateScheduleSeriesSpanInputParameter!]
assignees: UpdateAssigneeArgs
}

Fields

ScheduleSeriesCreateArgs.scheduleId ● ID! non-null scalar common

ScheduleSeriesCreateArgs.name ● String! non-null scalar common

ScheduleSeriesCreateArgs.durationMin ● Int! non-null scalar common

The standard duration for an occurrence of this series

ScheduleSeriesCreateArgs.isAllDay ● Boolean scalar common

ScheduleSeriesCreateArgs.index ● Int scalar common

ScheduleSeriesCreateArgs.maxAdvance ● Int scalar common

The time for which the task can be completed in advance of its scheduled start

ScheduleSeriesCreateArgs.maxAdvanceUnit ● OffsetUnit enum common

The unit of the time for which the task can be completed in advance of its scheduled start

ScheduleSeriesCreateArgs.maxPostpone ● Int scalar common

The time for which the task can be completed after of its scheduled end

ScheduleSeriesCreateArgs.maxPostponeUnit ● OffsetUnit enum common

The unit of the time for which the task can be completed after of its scheduled end

ScheduleSeriesCreateArgs.notes ● String scalar common

Any notes on the task series.

ScheduleSeriesCreateArgs.inputParameters ● [CreateScheduleSeriesSpanInputParameter!] list input schedule

Any input parameters

ScheduleSeriesCreateArgs.assignees ● UpdateAssigneeArgs input schedule

Member Of

scheduleSeriesCreate mutation