Interface IGraphEventCollection
Public interface to define a collection of events for a Team
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphEventCollection : IDataModelCollection<IGraphEvent>, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IGraphEvent>, IDataModelCollectionDeleteByGuidId, ISupportModules<IGraphEventCollection>
Methods
Add(EventCreateOptions)
Adds a new event
Declaration
IGraphEvent Add(EventCreateOptions options)
Parameters
EventCreateOptions
options
Event options |
Returns
IGraphEvent
Created graph event |
AddAsync(EventCreateOptions)
Adds a new event
Declaration
Task<IGraphEvent> AddAsync(EventCreateOptions options)
Parameters
EventCreateOptions
options
Event options |
Returns
Task<IGraphEvent>
Created graph event |