Commands‎ > ‎

FEVENTS

Description

List events for friend(s)

Parameters

 1 (required) flist Friend List.  (Including pages)
 2 (optional) time Start Time.  All events after this time will be listed.  The time format is a unix time.  If unspecified (or the value is 0) the time will be 'now'.  Essentially, use 0 for from now on, and use 1 for all events.

See the syntax page and the parameter defaults page for information on setting your default parameters.

Output

For each friend, a list of all their events.

Preferences

The following Preferences apply to this command:
See the general preferences page for a list of preferences that apply to all (or most) commands.

Notes

  • Queries to the EVENT table can appear to be slower than other queries

Examples

This will show every event people in your "family" friend list are attending in the future:
fbcmd FEVENTS _family

This will show every event Bob Smith has ever been invited to:
fbcmd FEVENTS "Bob Smith" 1 -fmask=15
Comments