ScheduleOccurrenceCreateArgs
No description
input ScheduleOccurrenceCreateArgs {
scheduleId: ID!
isAllDay: Boolean
notes: String
sourceId: String
sourceType: String
scheduledStart: DateTime!
scheduledEnd: DateTime!
maxAdvance: Int
maxAdvanceUnit: OffsetUnit
maxPostpone: Int
maxPostponeUnit: OffsetUnit
assignees: CreateScheduleOccurrenceAssigneeArgs
inputParameters: [UpdateScheduleOccurrenceInputParameter!]
}
Fields
ScheduleOccurrenceCreateArgs.scheduleId ● ID! non-null scalar common
The ID of the parent schedule
ScheduleOccurrenceCreateArgs.isAllDay ● Boolean scalar common
ScheduleOccurrenceCreateArgs.notes ● String scalar common
Any notes on the task series.
ScheduleOccurrenceCreateArgs.sourceId ● String scalar common
ScheduleOccurrenceCreateArgs.sourceType ● String scalar common
ScheduleOccurrenceCreateArgs.scheduledStart ● DateTime! non-null scalar common
The date and time the task occurrence is scheduled to be started
ScheduleOccurrenceCreateArgs.scheduledEnd ● DateTime! non-null scalar common
The date and time the task occurrence is scheduled to be completed
ScheduleOccurrenceCreateArgs.maxAdvance ● Int scalar common
The time for which the task can be completed in advance of its scheduled start
ScheduleOccurrenceCreateArgs.maxAdvanceUnit ● OffsetUnit enum common
The unit of the time for which the task can be completed in advance of its scheduled start
ScheduleOccurrenceCreateArgs.maxPostpone ● Int scalar common
The time for which the task can be completed after of its scheduled end
ScheduleOccurrenceCreateArgs.maxPostponeUnit ● OffsetUnit enum common
The unit of the time for which the task can be completed after of its scheduled end
ScheduleOccurrenceCreateArgs.assignees ● CreateScheduleOccurrenceAssigneeArgs input schedule
Users and groups assigned to this task occurrence
ScheduleOccurrenceCreateArgs.inputParameters ● [UpdateScheduleOccurrenceInputParameter!] list input schedule
Any input parameters
Member Of
scheduleOccurrenceCreate mutation