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 9ee1593 commit 36d7ad0Copy full SHA for 36d7ad0
assets/scripts/main.js
@@ -13,7 +13,7 @@ $(document).ready(function () {
13
14
var Events = {
15
init : function () {
16
- gapi.client.setApiKey('AIzaSyDTyYHxMN8sAUCystSZWuXXgCZfxpSI_kw');
+ gapi.client.setApiKey('AIzaSyDufIu3Vp_NMj989bPzJNOMrIYV0pTnNiU');
17
gapi.client.request({
18
'path' : '/calendar/v3/calendars/coderit.public@gmail.com/events',
19
'callback' : Events.displayEvents,
0 commit comments