user = new stdClass(); // typically, we should have a few information about the user who created the event from social apis $this->user->identifier = NULL; $this->user->displayName = NULL; $this->user->profileURL = NULL; $this->user->photoURL = NULL; } }