The IndividualEvent type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| IndividualEvent |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToJSON |
Serialize an object to JSON.
(Inherited from Component.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ActiveDate |
Date event was published or announced
| |
| Address |
Address specifying the event location, used to determine event location on map if is_map_displayed set to true
| |
| AreRegistrantsPublic |
Set to true allows registrants to view others who have registered for the event, Default is false
| |
| CancelledDate |
Date the event was cancelled
| |
| Contact |
The event host's contact information
| |
| CreatedDate |
Date the event was created
| |
| CurrencyType |
Currency that the account will be paid in; although this is not a required field, it has a default value of USD.
Valid values are: USD, CAD, AUD, CHF, CZK, DKK, EUR, GBP, HKD, HUF, ILS, JPY, MXN, NOK, NZD, PHP, PLN, SEK, SGD, THB, TWD
| |
| DeletedDate |
Date the event was deleted
| |
| Description |
Provide a brief description of the event that will be visible on the event registration form and landing page
| |
| EndDate |
The event end date
| |
| EventDetailUrl |
URI that points to the detailed description of that event
| |
| GoogleAnalyticsKey |
Enter the Google analytics key if being used to track the event registration homepage
| |
| GoogleMerchantId |
Google merchant id to which payments are made; Google Checkout is not supported for new events, only valid on events created prior to October 2013
| |
| Id |
Unique ID of the event
| |
| IsCalendarDisplayed |
Set to true to display the event on the account's calendar; Default = true
| |
| IsCheckinAvailable |
Set to true to enable registrant check-in, and indicate that the registrant attended the event; Default is false
| |
| IsHomePageDisplayed |
Indicates if the event home/landing page is displayed for the event; set to true only if a landing page has been created for the event; Default is false
| |
| IsListedInExternalDirectory |
Set to true to publish the event in external event directories such as SocialVents and EventsInAmerica; Default is false
| |
| IsMapDisplayed |
For future usage, Default = true
| |
| IsVirtualEvent |
Set to true if this is an online event; Default is false
| |
| Location |
Name of the venue or Location at which the event is being held
| |
| MetaDataTags |
Specify keywords to improve search engine optimization (SEO) for the event; use commas to separate multiple keywords
| |
| Name |
The event filename - not visible to registrants
| |
| NotificationOptions |
Define whether or not event notifications are sent to the contact email_address, and which notifications.
| |
| OnlineMeeting |
Online meeting details, REQUIRED if is_virtual_event is set to true
| |
| PayableTo |
Name to which registrants paying by check must make checks payable to; REQUIRED if 'CHECK' is selected as a payment option
| |
| PaymentAddress |
Address to which checks will be sent. REQUIRED if CHECK is selected as a payment option
| |
| PaymentOptions |
Specifies the payment options available to registrants
| |
| PaypalAccountEmail |
Email address linked to PayPal account to which payments will be made. REQUIRED if 'PAYPAL' is selected as a payment option
| |
| RegistrationUrl |
The URL for the event registration form
| |
| StartDate |
The event start date
| |
| Status |
The event status
| |
| ThemeName |
The background and color theme for the event invitation, home page, and Registration form; default is Default
| |
| TimeZoneDescription |
Specify additional text to help describe the event time zone
| |
| TimeZoneId |
Time zone in which the event occurs
| |
| Title |
The event title, visible to registrants
| |
| TotalRegisteredCount |
Number of event registrants
| |
| TrackInformation |
Use these settings to define the information displayed on the Event registration page
| |
| TwitterHashTag |
The event's Twitter hashtag
| |
| Type |
The event type
| |
| UpdatedDate |
Date the event was updated
|
See Also