MutationUpdateThisAndFollowingEventsInput
Input for updating this and following instances of a recurring event.
input MutationUpdateThisAndFollowingEventsInput {
allDay: Boolean
description: String
endAt: DateTime
id: ID!
isPublic: Boolean
isRegisterable: Boolean
location: String
name: String
recurrence: RecurrenceInput
startAt: DateTime
}
Fields
MutationUpdateThisAndFollowingEventsInput.allDay ● Boolean scalar
Whether this and following event instances span the entire day.
MutationUpdateThisAndFollowingEventsInput.description ● String scalar
Updated description for this and following event instances.
MutationUpdateThisAndFollowingEventsInput.endAt ● DateTime scalar
Updated end time for this and following event instances.
MutationUpdateThisAndFollowingEventsInput.id ● ID! non-null scalar
Global identifier of the recurring event instance from which to update this and following instances.
MutationUpdateThisAndFollowingEventsInput.isPublic ● Boolean scalar
Whether this and following event instances are publicly visible.
MutationUpdateThisAndFollowingEventsInput.isRegisterable ● Boolean scalar
Whether users can register for this and following event instances.
MutationUpdateThisAndFollowingEventsInput.location ● String scalar
Updated location for this and following event instances.
MutationUpdateThisAndFollowingEventsInput.name ● String scalar
Updated name for this and following event instances.
MutationUpdateThisAndFollowingEventsInput.recurrence ● RecurrenceInput input
Updated recurrence pattern for the new series starting from this instance.
MutationUpdateThisAndFollowingEventsInput.startAt ● DateTime scalar
Updated start time for this and following event instances.
Member Of
updateThisAndFollowingEvents mutation