IEventsService.Events
Collection of functions to interact with the Events API endpoint.
Method
HTTP request
Description
CreateEventAsync
Task<Event> CreateEventAsync(
Event @event,
RequestOptions? options = default,
CancellationToken cancellationToken = default)DeleteEventAsync
Task<Event> DeleteEventAsync(
string eventId,
RequestOptions? options = default,
CancellationToken cancellationToken = default)SearchEventsAsync
FindEventByIdAsync
UpdateEventAsync
Last updated
Was this helpful?