0
我搜索了文檔,沒有發現關於將FullCalendar資源與Google日曆中的事件源相關聯的任何信息。如何將FullCalendar資源與Google日曆中的EventSources相關聯?
這是相關代碼:
resources: [
{ id: 'room01', title: 'Room 1' },
{ id: 'room02', title: 'Room 2' },
{ id: 'room03', title: 'Room 3' },
{ id: 'room04', title: 'Room 4' }
],
eventSources: [
{
id: 'e1',
resourceId: 'room01',
googleCalendarId: '[GOOGLE CALENDAR ID #1]'
},
{
id: 'e2',
resourceId: 'room02',
googleCalendarId: '[GOOGLE CALENDAR ID #2]'
}
],
請幫助:-)