With time validation I had in mind something like this.
if ($dateFrom == $dateTo) {
if ($timeFrom >= $timeTo) {
return false;
}
}
return true
I think the conference you referring should be handled as multiple 1 day events.
What I tried to achieve is single event which is spread in multiple days. Examle: I wanna book a table today from 22:00 to 02:00, so I enter 2024-06-06 22:00 – 2024-06-07 02:00. Calendar now showing 2024-06-06 22:00-0200 and 2024-06-07 22:00-0200
Maybe we just have a different approach.
In any case, thank you for this plugin. Does’nt found anything with this simplicity and frontend events submission.