Issue 2369: Dayclick on the Google Calender
Status:  Invalid
Owner: ----
Closed:  Nov 2014
Reported by ying07...@gmail.com, Nov 20, 2014
I use Google Calendar on the Fullcalendar 
If that day have events on background color , I can Dayclick show all events 
I don't want to show events or more on the Calendar

  $(document).ready(function () {

        $('#calendar').fullCalendar({

            height: 230,
            theme: true, //加入jquery-ui
            weekMode: 'liquid', //隨著日期週數變動
            
            // THIS KEY WON'T WORK IN PRODUCTION!!!
            // To make your own Google API key, follow the directions here:
            // http://fullcalendar.io/docs/google_calendar/
            googleCalendarApiKey: 'AIzaSyBCGRnGVnYaF1GlVVttr7G03ECUmqRxIeg',
            // US Holidays
            events: {
                googleCalendarId: 'moneyweekly.mis@gmail.com'
                rendering: 'background',
				color: '#ff9f89',
            },

            loading: function (bool) {
                $('#loading').toggle(bool);
            },






        });

    });
Nov 25, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid