externalCalendars
Fetch paginated external calendars collection
Arguments
include_suborganizations  
·   Boolean     · include all providers in the organization and sub-organizations Returns
ExternalCalendarConnection   Example
query externalCalendars(  $calendar_type: CalendarType  $calendar_status: CalendarStatus  $is_org: Boolean  $include_suborganizations: Boolean  $after: String  $before: String  $first: Int  $last: Int) {  externalCalendars(    calendar_type: $calendar_type    calendar_status: $calendar_status    is_org: $is_org    include_suborganizations: $include_suborganizations    after: $after    before: $before    first: $first    last: $last  ) {    edges    nodes    page_info    total_count  }}