nekken / ng2-fullcalendar

95 stars 47 forks source link

Google Calendar integration problem #72

Open diegoooo82 opened 6 years ago

diegoooo82 commented 6 years ago

Hi, I'm trying to integrate google calendars in ng-fullcalendar but the compiler tells me this error:

ERROR in src / app / app.component.ts (23.9): error TS2322: Type '{editable: true; eventLimit: false; header: {left: string; center: string; right: string; }; go ... 'is not assignable to type' Options'. Object literal may only specify known properties, and 'googleCalendarApiKey' does not exist in type 'Options'.

can someone help me?