Thank you SOOO much for the work on this module! One of the main things I’m really in need of is a status field, similar to that used in WordPress for normal posts, to set an event to active/inactive/draft/awaiting moderation, etc.
The main reason is that I want to load events directly into the database using an external script, then I want to manage them using the administrative interface. But I don’t want the events to show up until I’ve cleaned them up and set them to published.
I can think of quite a number of other reasons why people might want to set an event to draft or pending review.
I was going to hack the module to add this in myself but since it is in active development I’d hate to mess with the code so that it remains very easy to upgrade.
If you could consider adding such a status field, it would truly be very appreciated.