IndividualEvent Members CTCT Wrapper Documented Class Library

The IndividualEvent type exposes the following members.
Constructors

  NameDescription
Public methodIndividualEvent
Constructor
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToJSON
Serialize an object to JSON.
(Inherited from Component.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyActiveDate
Date event was published or announced
Public propertyAddress
Address specifying the event location, used to determine event location on map if is_map_displayed set to true
Public propertyAreRegistrantsPublic
Set to true allows registrants to view others who have registered for the event, Default is false
Public propertyCancelledDate
Date the event was cancelled
Public propertyContact
The event host's contact information
Public propertyCreatedDate
Date the event was created
Public propertyCurrencyType
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
Public propertyDeletedDate
Date the event was deleted
Public propertyDescription
Provide a brief description of the event that will be visible on the event registration form and landing page
Public propertyEndDate
The event end date
Public propertyEventDetailUrl
URI that points to the detailed description of that event
Public propertyGoogleAnalyticsKey
Enter the Google analytics key if being used to track the event registration homepage
Public propertyGoogleMerchantId
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
Public propertyId
Unique ID of the event
Public propertyIsCalendarDisplayed
Set to true to display the event on the account's calendar; Default = true
Public propertyIsCheckinAvailable
Set to true to enable registrant check-in, and indicate that the registrant attended the event; Default is false
Public propertyIsHomePageDisplayed
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
Public propertyIsListedInExternalDirectory
Set to true to publish the event in external event directories such as SocialVents and EventsInAmerica; Default is false
Public propertyIsMapDisplayed
For future usage, Default = true
Public propertyIsVirtualEvent
Set to true if this is an online event; Default is false
Public propertyLocation
Name of the venue or Location at which the event is being held
Public propertyMetaDataTags
Specify keywords to improve search engine optimization (SEO) for the event; use commas to separate multiple keywords
Public propertyName
The event filename - not visible to registrants
Public propertyNotificationOptions
Define whether or not event notifications are sent to the contact email_address, and which notifications.
Public propertyOnlineMeeting
Online meeting details, REQUIRED if is_virtual_event is set to true
Public propertyPayableTo
Name to which registrants paying by check must make checks payable to; REQUIRED if 'CHECK' is selected as a payment option
Public propertyPaymentAddress
Address to which checks will be sent. REQUIRED if CHECK is selected as a payment option
Public propertyPaymentOptions
Specifies the payment options available to registrants
Public propertyPaypalAccountEmail
Email address linked to PayPal account to which payments will be made. REQUIRED if 'PAYPAL' is selected as a payment option
Public propertyRegistrationUrl
The URL for the event registration form
Public propertyStartDate
The event start date
Public propertyStatus
The event status
Public propertyThemeName
The background and color theme for the event invitation, home page, and Registration form; default is Default
Public propertyTimeZoneDescription
Specify additional text to help describe the event time zone
Public propertyTimeZoneId
Time zone in which the event occurs
Public propertyTitle
The event title, visible to registrants
Public propertyTotalRegisteredCount
Number of event registrants
Public propertyTrackInformation
Use these settings to define the information displayed on the Event registration page
Public propertyTwitterHashTag
The event's Twitter hashtag
Public propertyType
The event type
Public propertyUpdatedDate
Date the event was updated
Back to Top
See Also