Hi I have come up with this myself but have not run it due to safety concerns – Does this look ok and will it create any problems – since I am updating the database directly
$holdvalue=$custom_fields['Places Left'] ;
$holdvalue = $holdvalue -1;
$args = array(
'Places Left' => $holdvalue
);
tribe_update_event($event_id, $args);