October 23, 2017
添加holiday假日到fullcalendar ,Add Holiday Calendars to Full Calendar
![创建Google API Key, Creating a Google API Key](https://justcode.ikeepstudying.com/wp-content/uploads/2017/10/google-developers-console-select-calendar-api-150x150.png)
如果你使用fullcalendar,添加holiday假日的方法如下:
googleCalendarApiKey : 'PUT-YOUR-GOOGLE-API-HERE', // google api key
eventSources: [
{url:'https://www.google.com/calendar/feeds/en.usa#holiday@group.v.calendar.google.com/public/basic',cache:true}, // us holiday
{url:'https://www.google.com/calendar/feeds/zh.china#holiday@grou… Read More