Table of Contents

Interface IGraphEventCollection

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

Public interface to define a collection of events for a Team

public interface IGraphEventCollection : IQueryable<IGraphEvent>, IQueryable, IAsyncEnumerable<IGraphEvent>, IDataModelCollection<IGraphEvent>, IEnumerable<IGraphEvent>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IGraphEvent>, IDataModelCollectionDeleteByGuidId, ISupportModules<IGraphEventCollection>
Inherited Members
Extension Methods

Methods

Add(EventCreateOptions)

Adds a new event

IGraphEvent Add(EventCreateOptions options)

Parameters

options EventCreateOptions

Event options

Returns

IGraphEvent

Created graph event

AddAsync(EventCreateOptions)

Adds a new event

Task<IGraphEvent> AddAsync(EventCreateOptions options)

Parameters

options EventCreateOptions

Event options

Returns

Task<IGraphEvent>

Created graph event