I’m chuckling a little. I came here to the forum seeking at deletion solution. I need to delete, en masse, preferably, old and/or cancelled appointments.
Sort of the opposite problem had by Joseph in http://www.birchpress.com/forums/topic/a-rather-urgent-need who was wanting to *not* delete but cancel instead.
I was thinking I’d just do it in phpMyAdmin but appointment info is spread across two or three tables I think direct db fiddling may not be wise at this point.
I’m feeling a need for both a cancel (post_status adjustment) as well as a delete button. A WP list with checkboxes for deleting multiple appointments would be terrific. Seems like it could be done, since they’re their own post_type, right? But it will have to loop through wp_posts and wp_postmeta to be thorough, I guess.
I’ll look through the PHP and see if there’s a good delete function but I’m guessing I’d still be at it, one appointment at a time. But maybe the computer could cycle through a date range…hmmmm….
Anybody have any suggestions? Have I missed something?
BTW, I need to keep current, upcoming appointments.