首页 > 解决方案 > 使用 Javascript 通过 FullCalendar 将事件添加到 Google 日历

问题描述

我已经使用说明来设置 Google 日历,如此处所示 — https://fullcalendar.io/docs/google-calendar — 它可以很好地显示我的活动。

我正在为外部可拖动事件使用确切的 HTML 演示,如此处所示 — https://fullcalendar.io/docs/external-dragging-demo

我的困惑是为什么我在 FullCalendar 中更新的事件没有在 Google 日历中更新。我认为 gcal.js 不处理双向同步?

如果没有,我该怎么做才能将 FullCalendar 中的事件“CRUD”到 Google 日历?

类似的问题(应该更常见)非常过时或根本没有答案。请帮忙!

谢谢你。

标签: javascriptfullcalendar

解决方案


推荐阅读