MyBB Community Forums

Full Version: Calendar Event (single) with Date and Time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It would be beneficial to create a single (non-ranged) calendar event with a date + start time.
So an event can be more specified.

Achieving this with minor midification in calendar.php and inc/datahandler/event.php - so principally:
- calendar.php: Add $event['start_date']['time'] for single event.
- event.php: Separate $event[start_date][time] and $event[end_date][time] validation and make time validation method available in "single" condition.
- Add another input field to calendar templates.

[ExiTuS]