Google plus 添加一个google+;通过api将事件转换为日历

Google plus 添加一个google+;通过api将事件转换为日历,google-plus,google-calendar-api,Google Plus,Google Calendar Api,这可能吗 我想通过api调用将google+页面中的公共事件添加到用户日历中。不幸的是,google+api并没有返回有关事件的所有信息。因此,我正在搜索一个选项,将此事件添加到日历中,如google+上的“参与”按钮 亚历克斯,你试过了吗 交互式帖子提供了一种简单而突出的方式,允许用户与其连接共享您的网站或应用程序,并邀请他们采取行动,例如,对事件进行RSVP 要向站点添加添加按钮,请执行以下操作: <script > window.___gcfg = { lang: 'zh-C

这可能吗

我想通过api调用将google+页面中的公共事件添加到用户日历中。不幸的是,google+api并没有返回有关事件的所有信息。因此,我正在搜索一个选项,将此事件添加到日历中,如google+上的“参与”按钮

亚历克斯,你试过了吗

交互式帖子提供了一种简单而突出的方式,允许用户与其连接共享您的网站或应用程序,并邀请他们采取行动,例如,对事件进行RSVP

要向站点添加添加按钮,请执行以下操作:

<script >
window.___gcfg = {
lang: 'zh-CN',
parsetags: 'onload'
};
</script>
<script src="https://apis.google.com/js/client:platform.js" async defer></script>

窗口。\uuuuuu gcfg={
朗:“zh CN”,
parsetags:“onload”
};
然后创建您的按钮:

<!-- Place the tag where you want the button to render -->
<button
class="g-interactivepost"
data-contenturl="https://plus.google.com/pages/"
data-contentdeeplinkid="/pages"
data-clientid="xxxxx.apps.googleusercontent.com"
data-cookiepolicy="single_host_origin"
data-prefilltext="Engage your users today, create a Google+ page for your business."
data-calltoactionlabel="CREATE"
data-calltoactionurl="http://plus.google.com/pages/create"
data-calltoactiondeeplinkid="/pages/create">
Tell your friends
</button>

告诉你的朋友