| Issue 2369: | Dayclick on the Google Calender | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Invalid
|
|
| ► Sign in to add a comment |