radiant-events-calendar-extension
radiant-events-calendar-extension copied to clipboard
All day events?
Are there possibilities to enhance your extension for all day events? Events like "vacation" are typically "all day events" with start and end date, not just start and end time.
Can you give me a hint what has to be done? Perhaps I can contribute.
The current way we handle all-day events is to not specify a start/end time -- just give it a date.
The application that the extension was written for didn't need multi-day events, so there's currently no support for them, and I haven't looked into adding it. To add support for multi-day events, you'd definitely need to modify the UI and then change the way the dates are handled (probably dropping the date
column and just using the start_time
and end_time
columns, and then adjusting the SQL queries appropriately).