Table of Contents

Interface IGraphPatternedRecurrence

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

The recurrence pattern and range. This shared object is used to define the recurrence of the following objects:

  • accessReviewScheduleDefinition objects in Azure AD access reviews APIs
  • event objects in the calendar API
  • unifiedRoleAssignmentScheduleRequest and unifiedRoleEligibilityScheduleRequest objects in PIM
  • accessPackageAssignment objects in Azure AD entitlement management
public interface IGraphPatternedRecurrence : IDataModel<IGraphPatternedRecurrence>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphPatternedRecurrence>
Inherited Members
Extension Methods

Properties

Pattern

The frequency of an event.

IGraphRecurrencePattern Pattern { get; set; }

Property Value

IGraphRecurrencePattern

Range

The duration of an event.

IGraphRecurrenceRange Range { get; set; }

Property Value

IGraphRecurrenceRange