# EventsByOrganizationId: Calendly Events
## Documentation
Events.
- Catalog: `Calendly`
- Schema: `Calendly`
- Primary Keys: `uri`
- Label: Events
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 `EventsByOrganizationId`. 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 |
|---|:---:|:---:|:---:|---|
| `group` | `varchar2` | ☐ | | |
| `organization` | `varchar2` | ☐ | | |
| `user` | `varchar2` | ☐ | | |
## Columns of Table Function
The columns of the table function `EventsByOrganizationId` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `calendar_event_external_id` | `varchar2` | Calendar Event External ID | ☐ | |
| `calendar_event_kind` | `varchar2` | Calendar Event Kind | ☐ | |
| `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 | ☑ | |
| `end_time` | `datetime` | End Time | ☑ | |
| `event_type` | `varchar2` | Event Type | ☑ | |
| `event_uuid` | `varchar2` | Event UUID | ☑ | |
| `invitees_active` | `int32` | Invitees Active | ☐ | |
| `invitees_limit` | `int32` | Invitees Limit | ☐ | |
| `invitees_total` | `int32` | Invitees Total | ☐ | |
| `location_additional_info` | `varchar2` | Location Additional Info | ☐ | |
| `location_data_audioConferencing_conferenceId` | `varchar2` | Location Data Audioconferencing Conference ID | ☐ | |
| `location_data_audioConferencing_dialinUrl` | `varchar2` | Location Data Audioconferencing Dialin (URL) | ☐ | |
| `location_data_audioConferencing_tollNumber` | `varchar2` | Location Data Audioconferencing Tollnumber | ☐ | |
| `location_data_conferenceCallInfo` | `varchar2` | Location Data Conference Callinfo | ☐ | |
| `location_data_id` | `varchar2` | Location Data ID | ☐ | |
| `location_data_password` | `varchar2` | Location Data Password | ☐ | |
| `location_data_uniqueMeetingId` | `varchar2` | Location Data Unique Meeting ID | ☐ | |
| `location_join_url` | `varchar2` | Location Join (URL) | ☐ | |
| `location_location` | `varchar2` | Location Location | ☐ | |
| `location_status` | `varchar2` | Location Status | ☐ | |
| `location_type` | `varchar2` | Location Type | ☐ | |
| `meeting_notes_html` | `varchar2` | Meeting Notes HTML | ☐ | |
| `meeting_notes_plain` | `varchar2` | Meeting Notes Plain | ☐ | |
| `name` | `varchar2` | Name | ☐ | |
| `start_time` | `datetime` | Start Time | ☑ | |
| `status` | `varchar2` | Status | ☑ | |
| `updated_at` | `datetime` | Updated at | ☑ | |
| `uri` | `varchar2` | URI | ☑ | |