Make Post Delete after event end date.

I know i’ve posted something like this before but i have lost the thread . my users upload giveaways with end dates a snippet example of live list here . i would like for the post to be deleted once the end date has passed . is there a way i can do this ?

as of right now i do it by hand by going to my live list set a filter and delete the ones that show up. but doing that every day so early is killin me , i would appreciate any feed back on this subject please :slight_smile:

following

Think I remember the thread. It was about cron, a third party service that runs a job at timed intervals.
Lookup ‘cron’ on this forum and you will find Andreas’ contributions to it.
Basically, you make a page that does exactly what you want it to do (delete rows from a collection) and you then execute that page from a cron service like easycron.

Hello, have you found a solution to your problem. I have the same need as you. I want to be able to automatically delete a post / news. thank you in advance