I want to force users to set up some expiration date for every survey. I am able to make a plugin that makes use of beforeSurveyActivate-hook and can get the ID of the survey by $this->getEvent()->get('surveyId'). But how to get the expiration date from that?