We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e81aa commit e32d3bcCopy full SHA for e32d3bc
_assets/javascripts/plugins/fullcalendar.js.coffee
@@ -0,0 +1,6 @@
1
+$(document).on 'ready page:load', ()->
2
+ $('#calendar').fullCalendar
3
+ googleCalendarApiKey: 'AIzaSyBAT20M7J1v1Z4HAJx246OB6a1CN-G3Afo',
4
+ events: {
5
+ googleCalendarId: '[email protected]'
6
+ }
0 commit comments