api.private.core_events.php - JustDerb/Snack-Tack GitHub Wiki

api/private/core_events.php

st_events_getEvent($eventID)

Checks to see if the current user is registered in the system.

Arguments

Variable Type Description
$eventID int Event ID that is in the SQL database. Get this from searching for the event.

Returns

  • Array (type:event) if event ID is valid. Otherwise, array (type:message) will be returned.

st_events_lookupEvent()

st_events_createEvent()

st_events_deleteEvent()