> ## 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 Calendar

> How to set up the Google Calendar connector, plus the actions that are available.

<div className="connector-page-header">
  <img src="https://stackone-logos.com/api/google-calendar/filled/svg" alt="Google Calendar" className="connector-page-icon" />

  <div className="connector-page-changelog">
    <div className="connector-page-version"><span>v1.0.0</span></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">37 actions</a> · 1 auth method</div>

    <div className="connector-page-category-tags">
      <span className="connector-page-category-tag">Scheduling</span>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See [Organizations & Projects](/gateway/concepts/organizations-and-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a Connector Profile in your project. See [Setup Connector Profile](/gateway/quickstart#setup-connector-profile).

    <Columns cols={2}>
      <Card title="Connector Profile · OAuth 2.0" href="/connectors/googlecalendar/guides/connector-profile/oauth-2-0" icon="https://stackone-logos.com/api/google-calendar/filled/svg" horizontal>
        The steps in this guide require Admin or Owner privileges within Google Cloud.
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Link an account [from the dashboard](/connect/managing-connectors/linking-accounts#link-from-the-dashboard) (or via [StackOne Hub](/embed/account-linking/overview)).

    See the guide for the authentication type chosen in the Connector Profile:

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

  <Step title="Use Actions">
    Connect an AI platform to the linked account's actions. See [AI Platforms](/connect/ai-platforms/overview).

    Other ways to call actions are listed in [Protocols & SDKs](/connect/protocols-and-sdks).
  </Step>
</Steps>

## Actions

<div className="connector-meta-library-section">
  <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/calendar" data-connector-actions-scope-filter />

            <span>https\://​www\.googleapis.com/auth/calendar</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.acls</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.acls.readonly</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.calendarlist</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.calendarlist.readonly</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.calendars</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.calendars.readonly</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.events</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.events.readonly</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.freebusy</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.readonly</span>
          </label>

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

            <span>https\://​www\.googleapis.com/auth/calendar.settings.readonly</span>
          </label>

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

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

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid connector-meta-library-grid--three-col">
      <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="googlecalendar_list_events" data-action-label="List Events" data-action-scopes="https://www.googleapis.com/auth/calendar.events.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Events</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_list_events" aria-label="Copy googlecalendar_list_events"><code className="connector-page-code">googlecalendar\_list\_events</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists events on a calendar. Supports time range, search, 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/calendar.events.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_get_event" data-action-label="Get Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_get_event" aria-label="Copy googlecalendar_get_event"><code className="connector-page-code">googlecalendar\_get\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Gets an event by ID.</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/calendar.events.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_insert_event" data-action-label="Create Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_insert_event" aria-label="Copy googlecalendar_insert_event"><code className="connector-page-code">googlecalendar\_insert\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new event on a calendar.</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_import_event" data-action-label="Import Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Import Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_import_event" aria-label="Copy googlecalendar_import_event"><code className="connector-page-code">googlecalendar\_import\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Imports an event. This action is used to add a private copy of an existing event to a calendar. Only events with an even...</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_event" data-action-label="Update Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_event" aria-label="Copy googlecalendar_update_event"><code className="connector-page-code">googlecalendar\_update\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an event using patch semantics.</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_event_full" data-action-label="Update Event (Full)" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Event (Full)</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_event_full" aria-label="Copy googlecalendar_update_event_full"><code className="connector-page-code">googlecalendar\_update\_event\_full</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an event. This method does not support patch semantics and always updates the entire event resource. To do a par...</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_delete_event" data-action-label="Delete Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_delete_event" aria-label="Copy googlecalendar_delete_event"><code className="connector-page-code">googlecalendar\_delete\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes an event.</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_move_event" data-action-label="Move Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Move Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_move_event" aria-label="Copy googlecalendar_move_event"><code className="connector-page-code">googlecalendar\_move\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; birth...</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_quick_add_event" data-action-label="Quick Add Event" data-action-scopes="https://www.googleapis.com/auth/calendar.events" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Quick Add Event</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_quick_add_event" aria-label="Copy googlecalendar_quick_add_event"><code className="connector-page-code">googlecalendar\_quick\_add\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates an event based on a simple text string.</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/calendar.events" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_list_event_instances" data-action-label="List Event Instances" data-action-scopes="https://www.googleapis.com/auth/calendar.events.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Event Instances</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_list_event_instances" aria-label="Copy googlecalendar_list_event_instances"><code className="connector-page-code">googlecalendar\_list\_event\_instances</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns instances of the specified recurring event.</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/calendar.events.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_watch_events" data-action-label="Watch Events" data-action-scopes="https://www.googleapis.com/auth/calendar.events.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Watch Events</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_watch_events" aria-label="Copy googlecalendar_watch_events"><code className="connector-page-code">googlecalendar\_watch\_events</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Watch for changes to Events resources.</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/calendar.events.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.events.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.events.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_get_calendar" data-action-label="Get Calendar" data-action-scopes="https://www.googleapis.com/auth/calendar.calendars.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Calendar</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_get_calendar" aria-label="Copy googlecalendar_get_calendar"><code className="connector-page-code">googlecalendar\_get\_calendar</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Gets metadata for a calendar.</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/calendar.calendars.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendars.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendars.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_insert_calendar" data-action-label="Create Calendar" data-action-scopes="https://www.googleapis.com/auth/calendar.calendars" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Calendar</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_insert_calendar" aria-label="Copy googlecalendar_insert_calendar"><code className="connector-page-code">googlecalendar\_insert\_calendar</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a secondary calendar. The authenticated user for the request is made the data owner of the new calendar.</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/calendar.calendars" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendars"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendars</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_calendar" data-action-label="Update Calendar" data-action-scopes="https://www.googleapis.com/auth/calendar.calendars" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Calendar</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_calendar" aria-label="Copy googlecalendar_update_calendar"><code className="connector-page-code">googlecalendar\_update\_calendar</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates metadata for a calendar. This method supports patch semantics. Note that each patch request consumes three quota...</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/calendar.calendars" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendars"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendars</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_calendar_full" data-action-label="Update Calendar (Full)" data-action-scopes="https://www.googleapis.com/auth/calendar.calendars" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Calendar (Full)</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_calendar_full" aria-label="Copy googlecalendar_update_calendar_full"><code className="connector-page-code">googlecalendar\_update\_calendar\_full</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates metadata for a calendar. This method does not support patch semantics and always updates the entire calendar res...</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/calendar.calendars" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendars"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendars</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_clear_calendar" data-action-label="Clear Calendar" data-action-scopes="https://www.googleapis.com/auth/calendar.calendars" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Clear Calendar</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_clear_calendar" aria-label="Copy googlecalendar_clear_calendar"><code className="connector-page-code">googlecalendar\_clear\_calendar</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Clears a primary calendar. This action deletes all events associated with the primary calendar of an account.</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/calendar.calendars" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendars"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendars</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_delete_calendar" data-action-label="Delete Calendar" data-action-scopes="https://www.googleapis.com/auth/calendar.calendars" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Calendar</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_delete_calendar" aria-label="Copy googlecalendar_delete_calendar"><code className="connector-page-code">googlecalendar\_delete\_calendar</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes a calendar permanently.</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/calendar.calendars" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendars"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendars</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_list_calendar_list" data-action-label="List Calendar List" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Calendar List</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_list_calendar_list" aria-label="Copy googlecalendar_list_calendar_list"><code className="connector-page-code">googlecalendar\_list\_calendar\_list</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists the calendars in the user's calendar list.</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/calendar.calendarlist.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_get_calendar_list_entry" data-action-label="Get Calendar List Entry" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Calendar List Entry</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_get_calendar_list_entry" aria-label="Copy googlecalendar_get_calendar_list_entry"><code className="connector-page-code">googlecalendar\_get\_calendar\_list\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Gets a calendar from the user's calendar list.</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/calendar.calendarlist.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_insert_calendar_list_entry" data-action-label="Create Calendar List Entry" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Calendar List Entry</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_insert_calendar_list_entry" aria-label="Copy googlecalendar_insert_calendar_list_entry"><code className="connector-page-code">googlecalendar\_insert\_calendar\_list\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Adds a calendar to the user's calendar list.</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/calendar.calendarlist" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_calendar_list_entry" data-action-label="Update Calendar List Entry" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Calendar List Entry</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_calendar_list_entry" aria-label="Copy googlecalendar_update_calendar_list_entry"><code className="connector-page-code">googlecalendar\_update\_calendar\_list\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an existing calendar on the user's calendar list. This method supports patch semantics. The field values you spe...</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/calendar.calendarlist" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_calendar_list_entry_full" data-action-label="Update Calendar List Entry (Full)" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Calendar List Entry (Full)</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_calendar_list_entry_full" aria-label="Copy googlecalendar_update_calendar_list_entry_full"><code className="connector-page-code">googlecalendar\_update\_calendar\_list\_entry\_full</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an existing calendar on the user's calendar list. This method does not support patch semantics and always update...</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/calendar.calendarlist" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_delete_calendar_list_entry" data-action-label="Delete Calendar List Entry" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Calendar List Entry</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_delete_calendar_list_entry" aria-label="Copy googlecalendar_delete_calendar_list_entry"><code className="connector-page-code">googlecalendar\_delete\_calendar\_list\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unsubscribes from a shared calendar by removing it from the user's calendar list.</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/calendar.calendarlist" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_watch_calendar_list" data-action-label="Watch Calendar List" data-action-scopes="https://www.googleapis.com/auth/calendar.calendarlist.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Watch Calendar List</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_watch_calendar_list" aria-label="Copy googlecalendar_watch_calendar_list"><code className="connector-page-code">googlecalendar\_watch\_calendar\_list</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Watch for changes to CalendarList resources.</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/calendar.calendarlist.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.calendarlist.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.calendarlist.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_list_acl" data-action-label="List ACL" data-action-scopes="https://www.googleapis.com/auth/calendar.acls.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List ACL</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_list_acl" aria-label="Copy googlecalendar_list_acl"><code className="connector-page-code">googlecalendar\_list\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists the rules in the access control list for a calendar.</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/calendar.acls.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_get_acl" data-action-label="Get ACL Rule" data-action-scopes="https://www.googleapis.com/auth/calendar.acls.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get ACL Rule</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_get_acl" aria-label="Copy googlecalendar_get_acl"><code className="connector-page-code">googlecalendar\_get\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns an access control rule.</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/calendar.acls.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_insert_acl" data-action-label="Create ACL Rule" data-action-scopes="https://www.googleapis.com/auth/calendar.acls" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create ACL Rule</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_insert_acl" aria-label="Copy googlecalendar_insert_acl"><code className="connector-page-code">googlecalendar\_insert\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates an access control rule for a calendar.</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/calendar.acls" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_acl" data-action-label="Update ACL Rule" data-action-scopes="https://www.googleapis.com/auth/calendar.acls" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update ACL Rule</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_acl" aria-label="Copy googlecalendar_update_acl"><code className="connector-page-code">googlecalendar\_update\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an access control rule. This method supports patch semantics. The field values you specify replace the existing...</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/calendar.acls" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_update_acl_full" data-action-label="Update ACL Rule (Full)" data-action-scopes="https://www.googleapis.com/auth/calendar.acls" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update ACL Rule (Full)</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_update_acl_full" aria-label="Copy googlecalendar_update_acl_full"><code className="connector-page-code">googlecalendar\_update\_acl\_full</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an access control rule. This method does not support patch semantics and always updates the entire ACL rule.</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/calendar.acls" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_delete_acl" data-action-label="Delete ACL Rule" data-action-scopes="https://www.googleapis.com/auth/calendar.acls" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete ACL Rule</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_delete_acl" aria-label="Copy googlecalendar_delete_acl"><code className="connector-page-code">googlecalendar\_delete\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes an access control rule.</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/calendar.acls" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_watch_acl" data-action-label="Watch ACL" data-action-scopes="https://www.googleapis.com/auth/calendar.acls.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Watch ACL</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_watch_acl" aria-label="Copy googlecalendar_watch_acl"><code className="connector-page-code">googlecalendar\_watch\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Watch for changes to ACL resources.</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/calendar.acls.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.acls.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.acls.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_query_freebusy" data-action-label="Query Free/Busy" data-action-scopes="https://www.googleapis.com/auth/calendar.freebusy" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Query Free/Busy</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_query_freebusy" aria-label="Copy googlecalendar_query_freebusy"><code className="connector-page-code">googlecalendar\_query\_freebusy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Queries the free/busy information for a set of calendars within a time range.</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/calendar.freebusy" aria-label="Copy scope https://www.googleapis.com/auth/calendar.freebusy"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.freebusy</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_list_settings" data-action-label="List Settings" data-action-scopes="https://www.googleapis.com/auth/calendar.settings.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Settings</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_list_settings" aria-label="Copy googlecalendar_list_settings"><code className="connector-page-code">googlecalendar\_list\_settings</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all user settings for the authenticated user.</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/calendar.settings.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.settings.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.settings.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_get_setting" data-action-label="Get Setting" data-action-scopes="https://www.googleapis.com/auth/calendar.settings.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Setting</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_get_setting" aria-label="Copy googlecalendar_get_setting"><code className="connector-page-code">googlecalendar\_get\_setting</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Gets a single user setting by ID.</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/calendar.settings.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.settings.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.settings.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_watch_settings" data-action-label="Watch Settings" data-action-scopes="https://www.googleapis.com/auth/calendar.settings.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Watch Settings</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_watch_settings" aria-label="Copy googlecalendar_watch_settings"><code className="connector-page-code">googlecalendar\_watch\_settings</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Watch for changes to Settings resources.</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/calendar.settings.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.settings.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.settings.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_get_colors" data-action-label="Get Colors" data-action-scopes="https://www.googleapis.com/auth/calendar.readonly" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Colors</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_get_colors" aria-label="Copy googlecalendar_get_colors"><code className="connector-page-code">googlecalendar\_get\_colors</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns the color definitions for calendars and events.</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/calendar.readonly" aria-label="Copy scope https://www.googleapis.com/auth/calendar.readonly"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar.readonly</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecalendar_stop_channel" data-action-label="Stop Channel" data-action-scopes="https://www.googleapis.com/auth/calendar" data-action-auth="OAuth 2.0" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Stop Channel</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="googlecalendar_stop_channel" aria-label="Copy googlecalendar_stop_channel"><code className="connector-page-code">googlecalendar\_stop\_channel</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Stop watching resources through this channel.</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/calendar" aria-label="Copy scope https://www.googleapis.com/auth/calendar"><code className="connector-page-code">https\://​www\.googleapis.com/auth/calendar</code></button></div>
        </div>
      </div>
    </div>
  </div>
</div>
