Blocks

Calendly

Manage Calendly events and scheduled meetings.

Connect to Calendly API v2 to list event types, scheduled events, get user info, and cancel events.

Back to Catalog
Toolscalendly

Block Preview

Calendly

Calendly

Manage Calendly events and scheduled meetings.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the calendly block with monitoring enabled in production.

Inputs (UI)

Access Token

short-input

Placeholder: Personal Access Token or OAuth token

Layout: full

Operation

dropdown

Layout: full

Options: Get Current User, List Event Types, List Scheduled Events, Get Event Details

User URI

short-input

Placeholder: https://api.calendly.com/users/...

Layout: full

Condition: operation = ["list_event_types","list_scheduled_events"]

Event UUID

short-input

Placeholder: Event UUID

Layout: full

Condition: operation = ["get_event","cancel_event"]

Status Filter

dropdown

Layout: half

Condition: operation = "list_scheduled_events"

Options: All, Active, Canceled

Limit

short-input

Placeholder: 20

Layout: half

Condition: operation = "list_scheduled_events"

Start After

short-input

Placeholder: 2025-01-01T00:00:00Z

Layout: half

Condition: operation = "list_scheduled_events"

Start Before

short-input

Placeholder: 2025-12-31T23:59:59Z

Layout: half

Condition: operation = "list_scheduled_events"

Cancel Reason

long-input

Placeholder: Reason for cancellation...

Layout: full

Condition: operation = "cancel_event"

Inputs (API)

operation

string

Required

accessToken

string

Required

userUri

string

Optional

eventUuid

string

Optional

status

string

Optional

count

number

Optional

minStartTime

string

Optional

maxStartTime

string

Optional

cancelReason

string

Optional

Outputs

Primary response type:

{
  "success": "boolean",
  "data": "any"
}

Tool Access

calendly_events
Calendly | NowFlow Blocks