Table of Contents

Enum EventRecurrenceType

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Recurrence type

public enum EventRecurrenceType

Fields

AbsoluteMonthly = 2

Event repeats on the specified day of the month (e.g. the 15th), based on the number of months between occurrences.

AbsoluteYearly = 4

Event repeats on the specified day and month, based on the number of years between occurrences.

Daily = 0

Event repeats based on the number of days specified by interval between occurrences.

RelativeMonthly = 3

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 = 5

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 = 1

Event repeats on the same day or days of the week, based on the number of weeks between each set of occurrences.