OBJECT
An absolute yearly recurrence pattern (e.g. 25th of December).
type AbsoluteYearlyRecurrencePattern {# Which day of the month the event occurs.dayOfMonth: Int! # The month to which the recurrence applies.month: String! }