OnEventJoin

Revision as of 18:26, 18 January 2013 by Sinisakrisan (Talk | contribs)

Description

This event trigger when user update event attending status.

Params

  • Event - array, consist of event object

Examples

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