OBJECT

AbsoluteYearlyRecurrencePattern

Description

An absolute yearly recurrence pattern (e.g. 25th of December).

link GraphQL Schema definition

  • type AbsoluteYearlyRecurrencePattern {
  • # Which day of the month the event occurs.
  • dayOfMonth: Int!
  • # The month to which the recurrence applies.
  • month: String!
  • }