OBJECT

RelativeMonthlyRecurrencePattern

Description

An relative monthly recurrence pattern (e.g. Second Thursday or Friday of every other month).

link GraphQL Schema definition

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