OBJECT

NumberedRecurrenceRange

Description

A recurrence range with a number of occurrences (e.g. repeat the pattern 10 times starting from 7/29/2019).

link GraphQL Schema definition

  • type NumberedRecurrenceRange {
  • # The starting date of the recurrence.
  • startDate: DateTime!
  • # The number of occurrences.
  • numberOfOccurrences: Int!
  • }