0

The FQL event object has a field called Creator. That is described as:

"Creator of the event"

It is also noted:

"This field is indexable"

Does the creator field really just return the user who initially created the event or does it return an array of event hosts?

Ben Pearce
  • 6,884
  • 18
  • 70
  • 127

1 Answers1

0

It will return a single User ID of the creator of the respective Event.

Tobi
  • 31,405
  • 8
  • 58
  • 90