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

# Connect Calendly with Personal Access Token – StackOne Hub

> Link a Calendly account in the StackOne Hub using Personal Access Token. End-user guide to authorize the integration and start using Calendly actions.

<Warning>Personal Access Tokens provide full access to your individual Calendly account. For team or production use, consider OAuth 2.0 instead.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Generate Personal Access Token</h2>

  <p>Create a personal access token for API authentication in your Calendly account.</p>

  <Steps>
    <Step title="Navigate to API Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Access the API & Webhooks section to manage API access.</p>

        <ul>
          <li>Sign in to your <a href="https://calendly.com/login" target="_blank" rel="noopener noreferrer">Calendly account</a></li>
          <li>From the Calendly home page, click <strong>Integrations & apps</strong> in the left sidebar</li>
          <li>Click on the <strong>API and webhooks</strong> card</li>
        </ul>
      </div>
    </Step>

    <Step title="Create Personal Access Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Generate and save your new access token.</p>

        <ul>
          <li>Scroll to the <strong>Personal Access Tokens</strong> section</li>
          <li>Click <strong>Generate New Token</strong> button</li>
          <li>In the popup dialog, enter a token name in the <strong>Add a name</strong> field (e.g., "StackOne Integration")</li>
          <li>Click <strong>Create token</strong> button</li>
          <li>⚠️ CRITICAL: The token is displayed only once</li>
          <li>Copy the entire token value immediately (starts with `eyJhbGc...`)</li>
          <li>Store it securely in a password manager</li>
          <li>Note: If lost, you must revoke and create a new token</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Personal Access Token</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
