OBJECT
A weekly recurrence pattern (e.g. Every other Monday).
type WeeklyRecurrencePattern {# Which days of the week the event occurs.daysOfWeek: [String!]! # E.g. Monday.firstDayOfWeek: String! # The interval at which the recurrence applies.interval: Int! }