Gets the Events this user 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 |
---|---|
user_events or friends_events. |