[7.450][BUG][CONFIRMED] Time Events Definition issue

Hello all. I'm not sure if this is a bug or I just don't understand how it works.

When I tried to create a recurring event with the following "Start time" and "End Time", it fails with the following message:

"You did not enter all required data, or one or more settings are syntactically invalid."

Start Time: 21:00
End Time: 6:00

If I understand this configuration correctly, the time event starts at 9:00pm and ends at 6:00am the next day, which is what I need.

The problem appears to occur when the "End Time" is set beyond 23:59; ie, 00:00, 00:01, 2:00, 5:00, etc.  However, if I create this into a single event, it takes the "End Time" without any problem.

Any ideas?

Thanks,
jav
Parents
  • This behaviour is unchanged since 7.000:
    The end time must be later then the start time,
    or else the object is invalid.

    The proposed semantics may even be slightly confusing:
    If i say start 23:59, end 18:30, on Tuesdays, is that supposed to mean:
     - Tuesday 23:59 to the following week, Tuesday 18:30
     - Monday 23:59 to Tuesday 18:30
     - Tuesday 23:59 to Wednesday 18:30 (What? But i said on *Tuesday*!)

    At least this needs to be clarified in the explaining text in the WebAdmin and in the manual when implementing anything.

    If something requires changes to the manual, it's not a bug fix, but a feature request. [;)]
Reply
  • This behaviour is unchanged since 7.000:
    The end time must be later then the start time,
    or else the object is invalid.

    The proposed semantics may even be slightly confusing:
    If i say start 23:59, end 18:30, on Tuesdays, is that supposed to mean:
     - Tuesday 23:59 to the following week, Tuesday 18:30
     - Monday 23:59 to Tuesday 18:30
     - Tuesday 23:59 to Wednesday 18:30 (What? But i said on *Tuesday*!)

    At least this needs to be clarified in the explaining text in the WebAdmin and in the manual when implementing anything.

    If something requires changes to the manual, it's not a bug fix, but a feature request. [;)]
Children