OBJECT

RelativeYearlyRecurrencePattern

Description

A relative yearly recurrence pattern (e.g. First Tuesday of November).

link GraphQL Schema definition

  • type RelativeYearlyRecurrencePattern {
  • # Which days of the week the event occurs.
  • daysOfWeek: [String!]!
  • # E.g. first, second, third.
  • dayOfWeekIndex: String!
  • # The month to which the recurrence applies.
  • month: String!
  • }