IGmailClient.ListCalendars

ListCalendars()

Gets array of calendars.

public ExtendedCalendar[] ListCalendars()

Return Value

Returns array of calendars.

See Also


ListCalendars(AccessRole, bool)

Gets array of calendars.

public ExtendedCalendar[] ListCalendars(AccessRole minAccessRole, bool showHidden)
ParameterTypeDescription
minAccessRoleAccessRoleThe effective access role that the authenticated user has on the calendar.
showHiddenBooleanShow hidden calendars

Return Value

Returns array of calendars.

See Also