OBJECT
An absolute monthly recurrence pattern (e.g. 21st of every 3 months).
type AbsoluteMonthlyRecurrencePattern {# Which day of the month the event occurs.dayOfMonth: Int! # The interval at which the recurrence applies.interval: Int! }