I am using a google sites list page as a sort of project tracker.
I have the following headers.
Project|Description|Start Date|Due Date
I find that a lot of my users are not very good about cleaning up their trackers so I wanted to implement a reaper that would look to see if the due date is less than the current date.
How would one go about this? I will tell you how I did it.
My method to attack this culminated in the following.
Seems to be working well and as long as there is a column header "Due Date" It seems I should be able to add or remove columns as needed.
I hope this helps some others as well.