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