Table of Contents

Class EventRecurrenceRangeOptions

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

Options that can be set for the recurrence range

public class EventRecurrenceRangeOptions
Inheritance
EventRecurrenceRangeOptions
Inherited Members

Properties

EndDate

End date

public DateTime EndDate { get; set; }

Property Value

DateTime

NumberOfOccurences

Amount of occurences

public int NumberOfOccurences { get; set; }

Property Value

int

RecurrenceTimeZone

Time zone

public string RecurrenceTimeZone { get; set; }

Property Value

string

StartDate

Start date

public DateTime StartDate { get; set; }

Property Value

DateTime

Type

Range type

public EventRecurrenceRangeType Type { get; set; }

Property Value

EventRecurrenceRangeType