Enum EventRecurrenceType
Recurrence type
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public enum EventRecurrenceType : int
AbsoluteMonthly
Event repeats on the specified day of the month (e.g. the 15th), based on the number of months between occurrences.
AbsoluteYearly
Event repeats on the specified day and month, based on the number of years between occurrences.
Daily
Event repeats based on the number of days specified by interval between occurrences.
RelativeMonthly
Event repeats on the specified day or days of the week, in the same relative position in the month, based on the number of months between occurrences.
RelativeYearly
Event repeats on the specified day or days of the week, in the same relative position in a specific month of the year, based on the number of years between occurrences.
Weekly
Event repeats on the same day or days of the week, based on the number of weeks between each set of occurrences.