![]() |
VOOZH | about |
The CData Excel Add-In for Cvent provides formulas that can edit, save, and delete Cvent data. The following three steps show how you can automate the following task: Search Cvent data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as CventConnection1, or a connection string. The connection string consists of the required properties for connecting to Cvent data, separated by semicolons.
Before you can authenticate to Cvent, you must create a workspace and an OAuth application.
To create a workspace:
| event/attendees:read | event/attendees:write | event/contacts:read |
| event/contacts:write | event/custom-fields:read | event/custom-fields:write |
| event/events:read | event/events:write | event/sessions:delete |
| event/sessions:read | event/sessions:write | event/speakers:delete |
| event/speakers:read | event/speakers:write | budget/budget-items:read |
| budget/budget-items:write | exhibitor/exhibitors:read | exhibitor/exhibitors:write |
| survey/surveys:read | survey/surveys:write |
After you have set up a Workspace and invited them, developers can sign up and create a custom OAuth app. See the Creating a Custom OAuth Application section in the Help documentation for more information.
After creating an OAuth application, set the following connection properties to connect to Cvent:
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Events WHERE Virtual = '"&B4&"'","OAuthClientId="&B1&";OAuthClientSecret="&B2&";InitiateOAuth="&B3&";Provider=Cvent",B5)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Cvent to get started:
Download NowLearn more:
👁 Cvent IconThe Cvent Excel Add-In is a powerful tool that allows you to connect with live Cvent data, directly from Microsoft Excel.
Use Excel to read, write, and update Cvent 0, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!