IGmailClientAsync.UpdateExtCalendarAsync
Contents
[
Hide
]UpdateExtCalendarAsync(ExtendedCalendar, CancellationToken)
Asynchronously updates an extended calendar.
public Task<ExtendedCalendar> UpdateExtCalendarAsync(ExtendedCalendar calendar,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendar | ExtendedCalendar | The extended calendar to update. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the updated ExtendedCalendar.
See Also
- class ExtendedCalendar
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
UpdateExtCalendarAsync(ExtendedCalendar, bool, CancellationToken)
Asynchronously updates an extended calendar with color format option.
public Task<ExtendedCalendar> UpdateExtCalendarAsync(ExtendedCalendar calendar,
bool useColorRgbFormat, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendar | ExtendedCalendar | The extended calendar to update. |
| 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 updated ExtendedCalendar.
See Also
- class ExtendedCalendar
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email