Class EventRecurrenceOptions
Options that can be set for the recurrence
Inheritance
System.Object
EventRecurrenceOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventRecurrenceOptions : object
Properties
Pattern
Pattern options
Declaration
public EventRecurrencePatternOptions Pattern { get; set; }
Property Value
EventRecurrencePatternOptions
|
Range
Range options
Declaration
public EventRecurrenceRangeOptions Range { get; set; }
Property Value
EventRecurrenceRangeOptions
|