I've noticed an error on the "add event" form.
I'm using the spanish translation and I see that on both start date and end date, the indication is to complete the date with the format "dd-mm-yyyy". I did that and it didn't work. I didn't get any errors, but my event didn't appear. After a while, I realized that the date in the database was "0000-00-00". So when I entered the date in the correct format, the events started showing up.
So, there are two problems:
- The spanish translation (I didn't check any other) should state the correct date format, which is yyyy-mm-dd.
- The plugin should validate when the user writes an invalid date and warn him. It should never create an event with an invalid date.
Hope that helps.