Hey there,
May i know which part of event page you would like to modify?
The event item page code file is located at
JoomlaFolder\components\com_easysocial\themes\wireframe\events\item.php
If you would like to modify the event page header, the file is located at
JoomlaFolder\components\com_easysocial\themes\wireframe\events\item.header.php
If you would like to override the file in your current template, you can take a look of my following example :
// You modify something in this file
JoomlaFolder\components\com_easysocial\themes\wireframe\events\item.header.php
// So you can override this file in your current template
JoomlaFolder\templates\YourTemplate\html\com_easysocial\events\item.header.php
Documentation link :
http://stackideas.com/docs/easysocial/administrators/templating/template-overrides
Hope this help.