After digging, I think the best is FullCalendar
arshaw.com/fullcalendar/
Somebody wants to investigate on this ?
This calendar feature would be excellent and will come with time, but for the moment I am not gonna integrate it now.
I have already forked something like that in past.
You must transform a range filter in a periodic filter.
Create a RANGE filter on 'date' field for example.
Then you get two generated filters :
- date_from (applies for date >)
- date_to (applies for date <)
Add a field in your table : expires
And change your filters in prepareQuery() :
change only :
- date_from (applies for [b]expires[/b] >)
Very simple
Then send your datas to calendar.
Use the grid groups to handle FK's (groups or categories...)
It helps little bit to treat the datas then.
I still never had worked with Full Calendar, but this is the choice I make now to use this lib in future.
It is under MIT license. It has a good look and fits perfect for our needs.
If this feature is still not in Cook it is not because I don't like it...lol
Hold-on, it will come...