Search Results for

    Show / Hide Table of Contents

    Class EventRecurrenceOptions

    Options that can be set for the recurrence

    Inheritance
    object
    EventRecurrenceOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventRecurrenceOptions

    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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer