IGmailClient.ListCalendars
ListCalendars()
Gets array of calendars.
public ExtendedCalendar[] ListCalendars()
Return Value
Returns array of calendars.
See Also
- class ExtendedCalendar
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
ListCalendars(AccessRole, bool)
Gets array of calendars.
public ExtendedCalendar[] ListCalendars(AccessRole minAccessRole, bool showHidden)
Parameter | Type | Description |
---|---|---|
minAccessRole | AccessRole | The effective access role that the authenticated user has on the calendar. |
showHidden | Boolean | Show hidden calendars |
Return Value
Returns array of calendars.
See Also
- class ExtendedCalendar
- enum AccessRole
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email