Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将专用google日历与fullcalendar一起使用_Fullcalendar - Fatal编程技术网

将专用google日历与fullcalendar一起使用

将专用google日历与fullcalendar一起使用,fullcalendar,Fullcalendar,我想用fullcalendar显示私有google日历。HTML日历将仅在专用网络中可用,我不希望它是公共的。是否可以使用fullcalendar Tomas如果您有针对Dmoains的谷歌应用程序,这是可能的 解决方案是使用GoogleAPI从服务器获取日历数据。然后,将其发送到fullcalendar,就像您发送DB等事件一样 为此,您需要: 使用相应的键创建 启用日历API(同一站点) 允许在Google域管理站点访问范围(在高级安全下) DL和用于使用服务器端获取数据 我也需要这个功能。

我想用fullcalendar显示私有google日历。HTML日历将仅在专用网络中可用,我不希望它是公共的。是否可以使用fullcalendar


Tomas

如果您有针对Dmoains的谷歌应用程序,这是可能的

解决方案是使用GoogleAPI从服务器获取日历数据。然后,将其发送到fullcalendar,就像您发送DB等事件一样

为此,您需要:

  • 使用相应的键创建
  • 启用日历API(同一站点)
  • 允许在Google域管理站点访问范围(在高级安全下)
  • DL和用于使用服务器端获取数据

  • 我也需要这个功能。我知道在谷歌域名中,你可以给客户端API访问权限。我认为这也是日历API的可能。过几天我会告诉你我发现了什么。希望其他人能贡献他的见解。