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.085 seconds

The j-cook project is one of the best of its kind and it is nice that we all try to contribute in little ways to make life easy for each other.

vlemos (Forum)  

Get Started