Calendly Tables
The provider models the data in API into a list of tables that can be queried using standard SQL statements.
Generally, querying API tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
Calendly Tables
| Name | Description |
| CurrentUser | Returns basic information about your user account. |
| EventInvitees | Returns all Events for the given user. |
| OrganizationEventTypes | Returns all Event Types that belong to the organization. |
| OrganizationInvitations | Returns a list of Organization Invitations that were sent to the organization's members. |
| OrganizationMemberships | Returns the Organization Memberships for all users belonging to an organization. |
| OrganizationScheduledEvents | Returns all Events for the given organization. |
| OrganizationWebhooks | Returns a list of Webhook Subscriptions for a specified Organization. |
| UserEventTypes | Returns all Event Types associated with a specified User. |
| UserMemberships | Returns a user's membership in an organization. |
| UserScheduledEvents | Returns all Events for the given user. |
| UserWebhooks | Returns a list of Webhook Subscriptions for a specified user. |