Description

This event trigger when event updated



Params

  • Event - array, consist of event object


Examples

{code}

function onEventUpdate($event) 
{
$eventObj = $event;
$description = $eventObj->description;
.
.
.
}

{/code}

Description

This event trigger when user request for an event invite.



Params

  • Event - array, consist of event object


Examples

{code}

function onEventRequestInvite($event) 
{
$eventObj = $event;
$description = $eventObj->description;
.
.
.
}

{/code}

Description

This event trigger when user update event attending status.



Params

  • Event - array, consist of event object


Examples

{code}

function onEventJoin($event) 
{
$eventObj = $event;
$description = $eventObj->description;
.
.
.
}

{/code}

Description

This event trigger when new event created



Params

  • Event - array, consist of event object


Examples

{code}

function onEventCreate($event) 
{
$eventObj = $event;
$description = $eventObj->description;
.
.
.
}

{/code}

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW