IGmailClientAsync.GetFreebusyInfoAsync
IGmailClientAsync.GetFreebusyInfoAsync method
Asynchronously retrieves free/busy information for the specified query.
public Task<FreebusyResponse> GetFreebusyInfoAsync(FreebusyQuery query,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| query | FreebusyQuery | The free/busy query. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the FreebusyResponse.
See Also
- class FreebusyResponse
- class FreebusyQuery
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email