I have set up a Google calendar using fullcalendar using gcal.js, which shows the ease of one month view.
What I really want to do is show this calendar in a single day or agenda view instead of one month or default view, but I can not find any reference to it that is possible or No.
You need to use the option and value the value as 'basic' or 'agenda' Must be listed in the available scenes.
The code should look like:
$ ('# calendar'). FullCalendar ({
Header: {Left: 'Previous, Next Today', Center: 'Title', On the Right: 'Month, Basic, Basic'}, Default View: 'Basic' '}};
Comments
Post a Comment