OBJECT

NoEndRecurrenceRange

Description

A recurrence range without an end (e.g. repeat the pattern forever starting from 7/29/2019).

link GraphQL Schema definition

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