October 23, 2017
添加holiday假日到fullcalendar ,Add Holiday Calendars to Full Calendar
如果你使用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