radiant-events-calendar-extension icon indicating copy to clipboard operation
radiant-events-calendar-extension copied to clipboard

All day events?

Open energy6 opened this issue 13 years ago • 1 comments

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.

energy6 avatar Mar 31 '11 09:03 energy6

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).

davec avatar Apr 11 '11 00:04 davec