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