Summary:
Calendar View and Combining by Date
Detailed Description:
I would like to see a calendar view added to this module (possibly using
CGCalendar as the base?). Since it is an events module, it would be handy to see
the events for the month, week etc...
It would also be handy if you could combine events by their start/end date and
then group display them per date, so the array could end up like:
Events (
YEAR-MONTH-DAY (
event (
id,
title,
description,
start_time,
end_time,
---
),
event (
...
)
),
YEAR-MONTH-DAY (
...
)
)
With events spanning multiple days multiplied appropriately. This would be
useful to in combination with a calendar event view to get a quick overview of a
days events etc.