Events Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Event this page is attending.

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public FacebookObjectCollection<Event> Events { get; }
Visual Basic
Public ReadOnly Property Events As FacebookObjectCollection(Of Event)
	Get
Visual C++
public:
property FacebookObjectCollection<Event^>^ Events {
	FacebookObjectCollection<Event^>^ get ();
}

Remarks

original: array of objects containing event id, name, start_time, end_time, location and rsvp_status.

.NET Framework Security

Permission Description
Any valid access_token or user's access_token

See Also