#import <Event.h>
+ (Event *) eventWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create a Event object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- Event
Date event was published or announced, in ISO-8601 format
Address specifying the event location, used to determine event location on map if is_map_displayed set to true.
- (NSString*) createdDate |
|
readwritenonatomicstrong |
Date the event was created in ISO-8601 format
Date the event was deleted in ISO-8601 format
Provide a brief description of the event that will be visible on the event registration form and landing page
The event end date, in ISO-8601 format
- (NSString*) eventDetailUrl |
|
readwritenonatomicstrong |
URI that points to the detailed description of that event, provides the same information as performing a GET on a specific event.
Enumeration class that contains valid options for event status element
Enumeration class that contains valid options for event type element
- (BOOL) isCheckinAvailable |
|
readwritenonatomicassign |
Set to true to enable registrant check-in, and indicate that the registrant attended the event
Name of the venue or Location at which the event is being held
The event filename - not visible to registrants
- (NSString*) registrationUrl |
|
readwritenonatomicstrong |
The URL for the event home page if one exists, otherwise it points to the event registration page
The event start date, in ISO-8601 format
The event title, visible to registrants
- (int) totalRegisteredCount |
|
readwritenonatomicassign |
Number of event registrants
The event type, valid values are available in EventTypeEnum class
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/Event.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/Event.m