ListCalendars
IGmailClient.ListCalendars method (1 of 2)
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
IGmailClient.ListCalendars method (2 of 2)
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