CreateCalendar
IGmailClient.CreateCalendar method (1 of 2)
Creates a calendar.
public string CreateCalendar(Calendar calendar)
Parameter | Type | Description |
---|---|---|
calendar | Calendar | An instance of calendar object to create. |
Return Value
Returns calendar identifier
See Also
- class Calendar
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
IGmailClient.CreateCalendar method (2 of 2)
Creates a calendar.
public string CreateCalendar(Calendar calendar, bool useColorRgbFormat)
Parameter | Type | Description |
---|---|---|
calendar | Calendar | An instance of calendar object to create. |
useColorRgbFormat | Boolean | Indicates whether color rgb format is used. |
Return Value
Returns calendar identifier
See Also
- class Calendar
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email