# EventInviteesByEventUuid: Calendly Event Invitees ## Documentation Event invitees. - Catalog: `Calendly` - Schema: `Calendly` - Primary Keys: `uri` - Label: Event Invitees This is a read-only table function. The Calendly API may not support changing the data or the Invantive UniversalSQL driver for Calendly does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Calendly API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `EventInviteesByEventUuid`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values. Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three. Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third. | Name | Data Type | Required | Default Value | Documentation | |---|:---:|:---:|:---:|---| | `email` | `varchar2` | ☐ | | | | `status` | `varchar2` | ☐ | | | | `uuid` | `varchar2` | ☑ | | | ## Columns of Table Function The columns of the table function `EventInviteesByEventUuid` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `cancel_url` | `varchar2` | Cancel URL | ☐ | | | `cancellation_canceled_by` | `varchar2` | Cancellation Canceled by | ☐ | | | `cancellation_canceler_type` | `varchar2` | Cancellation Canceler Type | ☐ | | | `cancellation_created_at` | `datetime` | Cancellation Created at | ☐ | | | `cancellation_reason` | `varchar2` | Cancellation Reason | ☐ | | | `created_at` | `datetime` | Created at | ☑ | | | `email` | `varchar2` | Email | ☑ | | | `event` | `varchar2` | Event | ☐ | | | `first_name` | `varchar2` | First Name | ☐ | | | `invitee_scheduled_by` | `varchar2` | Invitee Scheduled by | ☐ | | | `last_name` | `varchar2` | Last Name | ☐ | | | `name` | `varchar2` | Name | ☐ | | | `new_invitee` | `varchar2` | New Invitee | ☐ | | | `no_show_created_at` | `datetime` | No Show Created at | ☐ | | | `no_show_uri` | `varchar2` | No Show (URI) | ☐ | | | `old_invitee` | `varchar2` | Old Invitee | ☐ | | | `payment_amount` | `decimal` | Payment Amount | ☐ | | | `payment_currency` | `varchar2` | Payment Currency | ☐ | | | `payment_external_id` | `varchar2` | Payment External ID | ☐ | | | `payment_provider` | `varchar2` | Payment Provider | ☐ | | | `payment_successful` | `char` | Payment Successful | ☐ | | | `payment_terms` | `varchar2` | Payment Terms | ☐ | | | `reconfirmation_confirmed_at` | `datetime` | Reconfirmation Confirmed at | ☐ | | | `reconfirmation_created_at` | `datetime` | Reconfirmation Created at | ☐ | | | `reschedule_url` | `varchar2` | Reschedule (URL) | ☐ | | | `rescheduled` | `char` | Rescheduled | ☐ | | | `routing_form_submission` | `varchar2` | Routing Form Submission | ☐ | | | `scheduling_method` | `varchar2` | Scheduling Method | ☐ | | | `status` | `varchar2` | Status | ☑ | | | `text_reminder_number` | `varchar2` | Text Reminder Number | ☐ | | | `timezone` | `varchar2` | Timezone | ☐ | | | `tracking_salesforce_uuid` | `varchar2` | Tracking Salesforce UUID | ☐ | | | `tracking_utm_campaign` | `varchar2` | Tracking Utm Campaign | ☐ | | | `tracking_utm_content` | `varchar2` | Tracking Utm Content | ☐ | | | `tracking_utm_medium` | `varchar2` | Tracking Utm Medium | ☐ | | | `tracking_utm_source` | `varchar2` | Tracking Utm Source | ☐ | | | `tracking_utm_term` | `varchar2` | Tracking Utm Term | ☐ | | | `updated_at` | `datetime` | Updated at | ☑ | | | `uri` | `varchar2` | URI | ☑ | |