Class EventRecurrencePatternOptions
Options that can be set for the recurrence pattern
Inheritance
System.Object
EventRecurrencePatternOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventRecurrencePatternOptions : object
Properties
DayOfMonth
Day of the month
Declaration
public int DayOfMonth { get; set; }
Property Value
System.
|
DaysOfWeek
Days of week of the recurrence event
Declaration
public List<DayOfWeek> DaysOfWeek { get; set; }
Property Value
List<Day
|
FirstDayOfWeek
First day of week
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Day
|
Index
Interval
Interval
Declaration
public int Interval { get; set; }
Property Value
System.
|
Month
Month
Declaration
public int Month { get; set; }
Property Value
System.
|
Type
Type of recurrence
Declaration
public EventRecurrenceType Type { get; set; }