My FullCalendar cannot create a Google Event

时间:2015-05-12 22:51:10

标签: javascript jquery fullcalendar google-calendar-api

I have a <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.3"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="pageHeader"> <img class="logo" src="GrifoImports_Logo_FINAL_Reverse-web-200.png"/> <ul id="menu"> <li id="current"><a href="#">Home</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Were to buy us</a></li> <li><a href="#">Contact</a></li> </ul> </div> <div class="fb-page" data-href="https://www.facebook.com/pages/Grifo- Imports/579559248856812?fref=ts" data-width="300" data-height="200" data-hide-cover="false" data-show-facepile="true" data-show- posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/pages/Grifo-Imports /579559248856812?fref=ts"><a href="https://www.facebook.com/pages /Grifo-Imports/579559248856812?fref=ts">Grifo Imports</a></blockquote> </div></div> <div id="container"> <div id="slideshow"> <img style="display: none; opacity: -0.01;" src="wine/01.JPG"> <img style="display: block; opacity: 0.54;" src="wine/02.JPG"> <img style="display: block; opacity: 0.54;" src="wine/03.JPG"> <img style="display: block; opacity: -0.01;" src="wine/04.JPG"> </div> </div> sharing a specific calendar all set working with Google Calendar, but I am unable to create an event to my FullCalendar from

FullCalendar code is:

Google calendar

To read the events and edit them it works fine, the gcal.js is the most updated and the FullCalendar too.

1 个答案:

答案 0 :(得分:1)

您无法使用fullcalendar创建Google事件,该事件仅用于显示从Google日历中提取的事件。要将事件保存到Google日历,您必须使用Google Calendar API。为此,您将需要一个后端编程语言,请点击链接,您将找到解决方案。