Hi have a website running cmsms and I'm currently experimenting a new functionality: I would like user to be able to make reservations for some events that i'm promoting. So far I've done some test with EventManager module and FrontEndUsers module, and it looks very promising.. I've got just one problem:
The summary template of EventManager displays the upcoming events in list view, but I would like to display them in calendar view (I like monthly calendars).
I've searched in the forum but have not found anything useful, a part from one user who tried to integrate the EventManager and CGCalendar modules... but he had no success and eventually gave up.
So far I had just one idea that could possibly solve this problem, but it's really inelegant! I can build a calendar table with a php script, and populate each day with the relative events by calling the EventsManager module multiple times with the syntax
Code: Select all
{EventsManager show='custom' start_datetime='$day'}
I think there should be a better solution for this! And I think it's a feature that many user would appreciate.. it's quite surprising that I'm not finding any previous discussion about this on the forums...
Can somebody point me to a smarter solution?
Thank you very much for any help