IGmailClientAsync.CreateExtCalendarAsync
Contents
[
Hide
]CreateExtCalendarAsync(ExtendedCalendar, CancellationToken)
Asynchronously creates an extended calendar.
public Task<ExtendedCalendar> CreateExtCalendarAsync(ExtendedCalendar calendar,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendar | ExtendedCalendar | The calendar to create. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the created ExtendedCalendar.
See Also
- class ExtendedCalendar
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
CreateExtCalendarAsync(ExtendedCalendar, bool, CancellationToken)
Asynchronously creates an extended calendar with color format option.
public Task<ExtendedCalendar> CreateExtCalendarAsync(ExtendedCalendar calendar,
bool useColorRgbFormat, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendar | ExtendedCalendar | The calendar to create. |
| useColorRgbFormat | Boolean | Whether to use RGB color format. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the created ExtendedCalendar.
See Also
- class ExtendedCalendar
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email