> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Meet

> 18 actions available for Google Meet through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/google-meet/filled/png" alt="Google Meet" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Google Meet</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>18 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Messaging</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0">
    The steps in this guide require Admin or Owner privileges within Google Cloud.

    Guides: [Connector Profile](/connectors/googlemeet/guides/connector-profile/oauth-2-0), [Link Account](/connectors/googlemeet/guides/link-account/oauth-2-0)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />

      <div className="connector-actions-scopes" data-connector-actions-scopes>
        <button type="button" className="connector-actions-scopes__toggle" data-connector-actions-scopes-toggle aria-expanded="false">
          <span>Scopes<span data-connector-actions-scopes-count /></span>
        </button>

        <div className="connector-actions-scopes__menu">
          <div className="connector-actions-scopes__header">
            <input type="search" className="connector-actions-scopes__search" data-connector-actions-scope-search placeholder="Search scopes..." aria-label="Search scopes" />

            <div className="connector-actions-scopes__actions">
              <button type="button" data-connector-actions-scopes-select-all>Select all</button>
              <span>|</span>
              <button type="button" data-connector-actions-scopes-clear>Clear</button>
            </div>
          </div>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="https://www.googleapis.com/auth/meetings.space.created" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/meetings.space.created](https://www.googleapis.com/auth/meetings.space.created)</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="https://www.googleapis.com/auth/meetings.space.readonly" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</span>
          </label>

          <div className="connector-actions-scopes__empty" hidden>No scopes found</div>
        </div>
      </div>
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>18 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr 150px' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
        <div className="meta-library-grid-header-cell">Required scopes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_create_space" data-action-label="Create Space" data-action-scopes="https://www.googleapis.com/auth/meetings.space.created">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Space</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_create_space" aria-label="Copy googlemeet_create_space"><code className="connector-page-code">googlemeet\_create\_space</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new Google Meet space for meetings</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.created" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.created"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.created](https://www.googleapis.com/auth/meetings.space.created)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_space" data-action-label="Get Space" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Space</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_space" aria-label="Copy googlemeet_get_space"><code className="connector-page-code">googlemeet\_get\_space</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific Google Meet space</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_update_space" data-action-label="Update Space" data-action-scopes="https://www.googleapis.com/auth/meetings.space.created">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Space</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_update_space" aria-label="Copy googlemeet_update_space"><code className="connector-page-code">googlemeet\_update\_space</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the configuration of an existing Google Meet space</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.created" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.created"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.created](https://www.googleapis.com/auth/meetings.space.created)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_end_active_conference" data-action-label="End Active Conference" data-action-scopes="https://www.googleapis.com/auth/meetings.space.created">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>End Active Conference</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_end_active_conference" aria-label="Copy googlemeet_end_active_conference"><code className="connector-page-code">googlemeet\_end\_active\_conference</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">End the currently active conference in a Google Meet space</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.created" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.created"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.created](https://www.googleapis.com/auth/meetings.space.created)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_conference_records" data-action-label="List Conference Records" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Conference Records</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_conference_records" aria-label="Copy googlemeet_list_conference_records"><code className="connector-page-code">googlemeet\_list\_conference\_records</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of conference records with optional filtering and pagination</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_conference_record" data-action-label="Get Conference Record" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Conference Record</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_conference_record" aria-label="Copy googlemeet_get_conference_record"><code className="connector-page-code">googlemeet\_get\_conference\_record</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific conference record</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_participants" data-action-label="List Participants" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Participants</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_participants" aria-label="Copy googlemeet_list_participants"><code className="connector-page-code">googlemeet\_list\_participants</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of participants in a conference record</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_participant" data-action-label="Get Participant" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Participant</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_participant" aria-label="Copy googlemeet_get_participant"><code className="connector-page-code">googlemeet\_get\_participant</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific participant in a conference</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_participant_sessions" data-action-label="List Participant Sessions" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Participant Sessions</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_participant_sessions" aria-label="Copy googlemeet_list_participant_sessions"><code className="connector-page-code">googlemeet\_list\_participant\_sessions</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all sessions for a specific participant in a conference</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_participant_session" data-action-label="Get Participant Session" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Participant Session</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_participant_session" aria-label="Copy googlemeet_get_participant_session"><code className="connector-page-code">googlemeet\_get\_participant\_session</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific participant session</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_recordings" data-action-label="List Recordings" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Recordings</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_recordings" aria-label="Copy googlemeet_list_recordings"><code className="connector-page-code">googlemeet\_list\_recordings</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of recordings for a specific conference record</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_recording" data-action-label="Get Recording" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Recording</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_recording" aria-label="Copy googlemeet_get_recording"><code className="connector-page-code">googlemeet\_get\_recording</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific recording</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_smart_notes" data-action-label="List Smart Notes" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Smart Notes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_smart_notes" aria-label="Copy googlemeet_list_smart_notes"><code className="connector-page-code">googlemeet\_list\_smart\_notes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of smart notes for a specific conference record</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_smart_note" data-action-label="Get Smart Note" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Smart Note</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_smart_note" aria-label="Copy googlemeet_get_smart_note"><code className="connector-page-code">googlemeet\_get\_smart\_note</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific smart note</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_transcripts" data-action-label="List Transcripts" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Transcripts</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_transcripts" aria-label="Copy googlemeet_list_transcripts"><code className="connector-page-code">googlemeet\_list\_transcripts</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of transcripts for a specific conference record</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_transcript" data-action-label="Get Transcript" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Transcript</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_transcript" aria-label="Copy googlemeet_get_transcript"><code className="connector-page-code">googlemeet\_get\_transcript</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific transcript</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_list_transcript_entries" data-action-label="List Transcript Entries" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Transcript Entries</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_list_transcript_entries" aria-label="Copy googlemeet_list_transcript_entries"><code className="connector-page-code">googlemeet\_list\_transcript\_entries</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve individual entries (lines) from a specific transcript</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlemeet_get_transcript_entry" data-action-label="Get Transcript Entry" data-action-scopes="https://www.googleapis.com/auth/meetings.space.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Transcript Entry</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlemeet_get_transcript_entry" aria-label="Copy googlemeet_get_transcript_entry"><code className="connector-page-code">googlemeet\_get\_transcript\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve details of a specific transcript entry</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/meetings.space.readonly" aria-label="Copy scope https://www.googleapis.com/auth/meetings.space.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/meetings.space.readonly](https://www.googleapis.com/auth/meetings.space.readonly)</code></button></div>
        </div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/googlemeet/guides/connector-profile/oauth-2-0" icon="https://stackone-logos.com/api/google-meet/filled/png" horizontal>
        Google Meet - OAuth 2.0
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/googlemeet/guides/link-account/oauth-2-0" icon="https://stackone-logos.com/api/google-meet/filled/png" horizontal>
        Google Meet - OAuth 2.0
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
