OBJECT

AbsoluteMonthlyRecurrencePattern

Description

An absolute monthly recurrence pattern (e.g. 21st of every 3 months).

link GraphQL Schema definition

  • type AbsoluteMonthlyRecurrencePattern {
  • # The interval at which the recurrence applies.
  • interval: Int!
  • # Which day of the month the event occurs.
  • dayOfMonth: Int!
  • }