basic google calendar working
This commit is contained in:
+6
-4
@@ -9,8 +9,9 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<button id="authorize-button" style="opacity: 0;">asd</button>
|
||||
<button id="signout-button" style="opacity: 0;">Signout</button>
|
||||
<button id="authorize-button" style="display: none;">Sign-In</button>
|
||||
<button id="signout-button" style="display: none;">Sign-Out</button>
|
||||
<button id="create-event" style="display: none;">Create-Event</button>
|
||||
|
||||
<div class="container main-bg" id="content">
|
||||
<div class="row">
|
||||
@@ -29,14 +30,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="calendar.js"></script>
|
||||
<script type="text/javascript" src="google/calendar.js"></script>
|
||||
<script type="text/javascript" src="main.js"></script>
|
||||
<!--Imports API -->
|
||||
<script type="text/javascript" src="google/gauth.js"></script>
|
||||
<script async defer src="https://apis.google.com/js/api.js"
|
||||
onload="this.onload=function(){};handleClientLoad()"
|
||||
onreadystatechange="if (this.readyState === 'complete') this.onload()">
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user