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

# Calendly OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for Calendly in StackOne. One-time admin setup required before your users can link Calendly accounts via Hub.

<Warning>You will need access to the Calendly Developer Console to create and manage OAuth applications.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create a Calendly App</h2>

  <p>Set up a new OAuth application in the Calendly Developer Console to enable secure authentication.</p>

  <Steps>
    <Step title="Access Developer Console">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the Calendly Developer Console to begin app creation.</p>

        <ul>
          <li>Sign in to the <a href="https://developer.calendly.com/console/apps" target="_blank" rel="noopener noreferrer">Calendly Developer Console</a></li>
          <li>On the <strong>My Apps</strong> page, click <strong>+ Create new app</strong> button</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure App Details">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Complete the OAuth app creation form with required information (Step 1 of 2).</p>

        <ul>
          <li>Enter a <strong>Name of app</strong> (e.g., "StackOne Integration")</li>
          <li>Select <strong>Kind of app</strong> - choose <strong>Web</strong></li>
          <li>Select <strong>Environment type</strong> (choose <strong>Sandbox</strong> for testing or <strong>Production</strong> for live use)</li>
          <li>Enter the <strong>Redirect URI</strong> - `https://api.stackone.com/connect/oauth2/calendly/callback`</li>
          <li>Click <strong>Next</strong> to create the app and view credentials</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Save your OAuth credentials immediately after app creation (Step 2 of 2).</p>

        <ul>
          <li>⚠️ CRITICAL: Credentials are shown only once on this page</li>
          <li>Click <strong>Copy</strong> next to <strong>Client ID</strong> and save it securely</li>
          <li>Click <strong>Copy</strong> next to <strong>Client secret</strong> and save it securely</li>
          <li>(Optional) Click <strong>Copy</strong> next to <strong>Webhook signing key</strong> if you plan to use webhooks</li>
          <li>Store all credentials in a secure password manager immediately</li>
          <li>Click <strong>Return to My Apps</strong> when done</li>
          <li>Note: If you lose the Client Secret, you'll need to create a new OAuth app</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Calendly</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>Calendly</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID</strong></li>
          <li><strong>Client Secret</strong></li>
          <li><strong>Webhook Signing Key</strong> (Optional)</li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>Calendly</strong>.
