Cron Job to Automatically Remove Attendees

Cron Job to Automatically Remove Attendees

by Dustin Elliott -
Number of replies: 2
Hello,

I need to automatically remove attendees from any Face-to-Face sessions that are 2 years old. I assume the only way to accomplish this by adding it to a Cron job.

Can anyone tell me what tables contain the records that the Cron job would need to delete?

Thanks,
Dustin
Average of ratings: -
In reply to Dustin Elliott

Re: Cron Job to Automatically Remove Attendees

by François Marier -
The table you need to look at is facetoface_submissions

The timecreated field there is the date at which they signed up for the session.

Cheers,
Francois