Table of Contents

Class EventRecurrencePatternOptions

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

Options that can be set for the recurrence pattern

public class EventRecurrencePatternOptions
Inheritance
EventRecurrencePatternOptions
Inherited Members

Properties

DayOfMonth

Day of the month

public int DayOfMonth { get; set; }

Property Value

int

DaysOfWeek

Days of week of the recurrence event

public List<DayOfWeek> DaysOfWeek { get; set; }

Property Value

List<DayOfWeek>

FirstDayOfWeek

First day of week

public DayOfWeek FirstDayOfWeek { get; set; }

Property Value

DayOfWeek

Index

Index

public EventWeekIndex Index { get; set; }

Property Value

EventWeekIndex

Interval

Interval

public int Interval { get; set; }

Property Value

int

Month

Month

public int Month { get; set; }

Property Value

int

Type

Type of recurrence

public EventRecurrenceType Type { get; set; }

Property Value

EventRecurrenceType