IGmailClientAsync.GetFreebusyInfoAsync

IGmailClientAsync.GetFreebusyInfoAsync method

Asynchronously retrieves free/busy information for the specified query.

public Task<FreebusyResponse> GetFreebusyInfoAsync(FreebusyQuery query, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
queryFreebusyQueryThe free/busy query.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains the FreebusyResponse.

See Also