Welcome, Guest
Username: Password: Remember me

TOPIC: calendar view?

calendar view? 15 Sep 2013 20:18 #11094

  • fishtails
  • fishtails's Avatar
  • Offline
  • New Member
  • Posts: 1
  • Karma: 0
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.
The administrator has disabled public write access.

calendar view? 23 Sep 2013 01:33 #11145

  • BTB300
  • BTB300's Avatar
  • Offline
  • Moderator
  • Posts: 414
  • Thank you received: 130
  • Karma: 46
Moved from news and chillout...
The administrator has disabled public write access.

calendar view? 16 Oct 2013 14:56 #11398

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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
Last Edit: 16 Oct 2013 14:57 by admin.
The administrator has disabled public write access.

calendar view? 16 Oct 2013 15:29 #11400

  • Tomaselli
  • Tomaselli's Avatar
  • Online
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
Full Calendar seems good.
The administrator has disabled public write access.

calendar view? 05 Dec 2013 09:35 #11744

  • smarano
  • smarano's Avatar
  • Offline
  • Junior Member
  • Posts: 33
  • Thank you received: 1
  • Karma: 1
I vote for integrate this extension!!! :)
The administrator has disabled public write access.
Time to create page: 0.091 seconds

Get Started