Skip to main content

ScheduleOccurrenceUpdateArgs

No description

input ScheduleOccurrenceUpdateArgs {
scheduleOccurrenceId: ID!
sourceId: String
sourceType: String
isAllDay: Boolean
notes: String
scheduledStart: DateTime
scheduledEnd: DateTime
maxAdvance: Int
maxAdvanceUnit: OffsetUnit
maxPostpone: Int
maxPostponeUnit: OffsetUnit
assignees: UpdateScheduleOccurrenceAssigneeArgs
inputParameters: [UpdateScheduleOccurrenceInputParameter!]
}

Fields

ScheduleOccurrenceUpdateArgs.scheduleOccurrenceId ● ID! non-null scalar common

The ID of the task occurrence to update

ScheduleOccurrenceUpdateArgs.sourceId ● String scalar common

ScheduleOccurrenceUpdateArgs.sourceType ● String scalar common

ScheduleOccurrenceUpdateArgs.isAllDay ● Boolean scalar common

ScheduleOccurrenceUpdateArgs.notes ● String scalar common

Any notes on the task series.

ScheduleOccurrenceUpdateArgs.scheduledStart ● DateTime scalar common

The date and time the task occurrence is scheduled to be started

ScheduleOccurrenceUpdateArgs.scheduledEnd ● DateTime scalar common

The date and time the task occurrence is scheduled to be completed

ScheduleOccurrenceUpdateArgs.maxAdvance ● Int scalar common

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

ScheduleOccurrenceUpdateArgs.maxAdvanceUnit ● OffsetUnit enum common

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

ScheduleOccurrenceUpdateArgs.maxPostpone ● Int scalar common

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

ScheduleOccurrenceUpdateArgs.maxPostponeUnit ● OffsetUnit enum common

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

ScheduleOccurrenceUpdateArgs.assignees ● UpdateScheduleOccurrenceAssigneeArgs input schedule

Users and groups assigned to this task occurrence

ScheduleOccurrenceUpdateArgs.inputParameters ● [UpdateScheduleOccurrenceInputParameter!] list input schedule

Any input parameters

Member Of

scheduleOccurrenceUpdate mutation