Developer Portal
Dark
Light

Usage

Use CreateNoRegEvent to create an event with no online registration to your Cvent account.

Basic Steps

  1. Create an instance of one or more EventParameter objects.
  2. Construct an EventParameter array and populate the array with the events you want to create.
  3. Optionally, specify the MessageId if you need to track the result of each record. Message IDs can represent unique identifiers from your system. Message IDs will be returned as Reference IDs in the result array for your tracking purposes.
  4. Call CreateNoRegEvent, passing in the EventParameter array.
  5. Process the results in the EventParameter array object to verify whether the event have been successfully created.

General Syntax

GetUpdatedResultArray = cventapi.CreateNoRegEvent(EventParameterArray)

Input

NameTypeDescription
EventParametersCvObject ArrayArray of one or more events (up to 200) to create, and optionally MessageIds which will be returned as ReferenceIds.

Output

NameTypeDescription
IdID ArrayArray of one or more Object IDs that have been updated or created in the given time span.
ReferenceIdIDThe MessageId value in the input CvObject.
SuccessBooleanIndicates whether the Create call succeeded (True) or not (False) for this object.
ErrorsError ArrayIf an error occurred during the Create call, an array of one or more Error objects providing the error code and description.

Notes

Take into account the following notes when using the CreateNoRegEvent call:

  • Title
  • Time Zone Code: Time zones are provided by the DescribeGlobal method. The value returned in the “ID” attribute should be provided in this field.
  • Start Date
  • Planner First Name
  • Planner Last Name
Last updated on