OBJECT

EndDateRecurrenceRange

Description

A recurrence range with a start and end (e.g. repeat the pattern from 7/29/2019 until 4/13/2022).

link GraphQL Schema definition

  • type EndDateRecurrenceRange {
  • # The starting date of the recurrence.
  • startDate: DateTime!
  • # The ending date of the recurrence.
  • endDate: DateTime!
  • }