Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ on:
- "source-ringcentral/**"
- "source-posthog/**"
- "source-ashby/**"
- "source-calendly/**"

pull_request:
branches: [main]
Expand Down Expand Up @@ -123,6 +124,7 @@ on:
- "source-ringcentral/**"
- "source-posthog/**"
- "source-ashby/**"
- "source-calendly/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -362,6 +364,10 @@ jobs:
type: capture
version: v1
usage_rate: "1.0"
- name: source-calendly
type: capture
version: v1
usage_rate: "1.0"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions source-calendly/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/event_invitees.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: EventInvitee
type: object
x-infer-schema: true
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/event_types.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: EventType
type: object
x-infer-schema: true
29 changes: 29 additions & 0 deletions source-calendly/acmeCo/flow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
collections:
acmeCo/event_invitees:
schema: event_invitees.schema.yaml
key:
- /uri
acmeCo/event_types:
schema: event_types.schema.yaml
key:
- /uri
acmeCo/groups:
schema: groups.schema.yaml
key:
- /_meta/row_id
acmeCo/organization_memberships:
schema: organization_memberships.schema.yaml
key:
- /_meta/row_id
acmeCo/routing_form_submissions:
schema: routing_form_submissions.schema.yaml
key:
- /_meta/row_id
acmeCo/routing_forms:
schema: routing_forms.schema.yaml
key:
- /_meta/row_id
acmeCo/scheduled_events:
schema: scheduled_events.schema.yaml
key:
- /uri
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/groups.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: Group
type: object
x-infer-schema: true
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/organization_memberships.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: OrganizationMembership
type: object
x-infer-schema: true
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/routing_form_submissions.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: RoutingFormSubmission
type: object
x-infer-schema: true
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/routing_forms.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: RoutingForm
type: object
x-infer-schema: true
37 changes: 37 additions & 0 deletions source-calendly/acmeCo/scheduled_events.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
$defs:
Meta:
properties:
op:
default: u
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: '#/$defs/Meta'
description: Document metadata
uri:
title: Uri
type: string
updated_at:
format: date-time
title: Updated At
type: string
required:
- uri
- updated_at
title: ScheduledEvent
type: object
x-infer-schema: true
12 changes: 12 additions & 0 deletions source-calendly/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
credentials:
credentials_title: Private App Credentials
access_token_sops: ENC[AES256_GCM,data:LLAO2PBlg2OEJmMnCt3VGlPlS+/c84IA83bys51xJwPcvIBAea5BxSF6PWm2F4TJfu0FmWxInIpgeCmL1uOuGQusp7ChdTvc7osydYNhFNvMTNs//rleZo/TQ/PllTEGNnCp7EYKUPhXvlqe8A0wkjJpXt2ntRtqYfl5LlmstmH6g5/s3nGfoGwZktrUmSZsWsrz0qpkQwK67c/6pLoe4aPuDyCUBQYewmaxWMTMa+iw2YK4FxLfsiJ89tYUb38RX3z0iBsDTUy1+m1PgeFgm/OCnFoIoO2IWFleNZE/nSlmzxqpIURfSMyIDc+SKexa9/qTHpioiOggQaxnBXcsS2Hig192bWQF5hPe9tPgJjZR3z36X3VwFly96LaJoUv7tgM6l9hraGbDKg8dbPD5eySzWKDvOPqWLYb6DHTLj7009cG4Pw8dh4gPwIU42rJQ/2dNP1oMGmTTzSE2V4YlFOoPtYWVHz0BKwB1oTl9N1ZMq4euS7cQbqIxe3PV2mu/uiCJlO1ZBIQMD35uKBACOpsM6qUNBGZqpaexd2T/s0RYruH/,iv:Kegc/HPmABNfiJRP6Hnx7ismJlZICrPt38cZfMr1+L0=,tag:YQTnicEPqdIffrGd/gyj5w==,type:str]
sops:
gcp_kms:
- resource_id: projects/estuary-theatre/locations/us-central1/keyRings/connector-keyring/cryptoKeys/connector-repository
created_at: "2024-07-26T15:53:37Z"
enc: CiQAdmEdwpmP0/Kcv6L1SnM3nPbsYLywIaUeOL1mz7cZjFUwWt0SSQD5lVw43Of1YI96anxUVo7d7ALi0DYnCNvxTHCgHX5ZeDBPlfXwLNpmYb6y3hJSsHG7NupwDQT/qIpUvlqQnq5IVkgJEFHPU1s=
lastmodified: "2026-03-02T14:51:32Z"
mac: ENC[AES256_GCM,data:/jAw1xzS0t4jRFfwB9LHvZU//3fpYOqlXgKj9dzlBnPQVonqjNc1b1LpKKxXo0jKMkE65SmQuRg/He9dmV3/HEaJMi6WGqp6oDM8jBxBdldyXlhrH1EsqO6JIgxWkIIEwRVu8QMf9Wurj91gkYO20KOSjLljdHgjpGl0UF4G9aw=,iv:xV2KEGuLuzJEiVONjL48AmgBY4q9R2m83CZi1iPsoew=,tag:QsahrA473evkOHy0AW44KQ==,type:str]
encrypted_suffix: _sops
version: 3.10.2
Loading
Loading