Interface IGraphEventCollection
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
optionsEventCreateOptionsEvent options
Returns
- IGraphEvent
Created graph event
AddAsync(EventCreateOptions)
Adds a new event
Task<IGraphEvent> AddAsync(EventCreateOptions options)
Parameters
optionsEventCreateOptionsEvent options
Returns
- Task<IGraphEvent>
Created graph event