Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

calendar view? 15 Sep 2013 20:18 #11094

Hello, I was wondering if there is a way to render a calendar view instead of a grid? I setting up an availability calendar for scheduling but do not see a calendar for views, only the grid. If there is no calendar available then can someone suggest how I can modify the component after download to render a calendar? Thanks in advance.

Please Log in or Create an account to join the conversation.

calendar view? 23 Sep 2013 01:33 #11145

Moved from news and chillout...

Please Log in or Create an account to join the conversation.

calendar view? 16 Oct 2013 14:56 #11398

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
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...
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Last edit: by admin.

calendar view? 16 Oct 2013 15:29 #11400

Full Calendar seems good.

Please Log in or Create an account to join the conversation.

calendar view? 05 Dec 2013 09:35 #11744

I vote for integrate this extension!!! :)

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.269 seconds

I jumped and started to work on a demo component... but 2 days later this demo component became the real component. I just showed today the end result to my customer and he turned to me and said... "this is more than I expected"... All of this is because Cook did cut about 70% of my work and provided me more ways to improve the usability of the component. The end result was 17 tables all related between than to generate a full dashboard for the travel agents. Thanks for Cook developers for such great tool. This component would not be possible to be done at short time with all the features in it
Griiettner (Forum)  

Get Started