Event Properties

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

The Event type exposes the following members.

Properties

  Name Description
Public property AttendingUsers
Gets the User objects of the users who are attending this event
Public property DeclinedUsers
Gets the User objects of the users who declined their invitation to this event.
Public property Description
Gets the long-form description of the event
Public property EndTime
Gets the end time of the event, as you want it to be displayed on facebook
Protected property FieldsToLoad (Inherited from DynamicWrapper.)
Public property Id
The id of the current facebook object
(Inherited from FacebookObject.)
Public property ImageLarge
Public property ImageNormal
Public property ImageSmall
Public property ImageSqaure
Public property InvitedUsers
Gets the User objects of the users who have been invited to this event
Public property LinkToFacebook
Gets a link to the event page
Public property LoadState (Inherited from DynamicWrapper.)
Public property Location
Gets the location of the event
Public property MaybeAttendingUsers
Gets the User objects of the users who have been responded "Maybe" to their invitation to this event
Public property Name
Gets the event's title
Public property NotYetRepliedUsers
Gets the User objects of the users who have been not yet responded to their invitation to this event
Public property Owner
Gets the User object of the profile that created the event
Public property PictureLargeURL
Public property PictureNormalURL
Public property Pictures
Gets the PicturesColleciton object that holds the various types of pictures of this event object
Public property PictureSmallURL
Public property PictureSqaureURL
Public property Privacy
Gets the visibility of this event
Public property StartTime
Gets the start time of the event, as you want it to be displayed on facebook
Public property TimeString
Gets a string representing the start and end time of the event in the following format: "{start_date} {start_time} - {end_date} {end_time}"
Public property UpdateTime
Gets the last time the event was updated
Public property UpdateTimeString
Gets a string representing the last update time of the event in the following format: "{update_date} {update_time}"
Public property Venue
Gets the Location of the event (venue)
Public property WallPosts
Gets the event's wall as a collection of Post objects

See Also