Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/391.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
Javascript 如何使用gdata.js为非主日历插入新事件?_Javascript_Google Calendar Api - Fatal编程技术网

Javascript 如何使用gdata.js为非主日历插入新事件?

Javascript 如何使用gdata.js为非主日历插入新事件?,javascript,google-calendar-api,Javascript,Google Calendar Api,我正在使用gdata.js插入新事件 我只能插入用户的主日历 主日历提要uri为 我可以使用哪个提要uri插入除主日历之外的新事件 提前感谢。URI的格式如下: http://www.google.com/calendar/feeds//private/full 您当前正在使用ID“default”,它为用户提供主日历。 您需要的是在该日历底部附近的详细信息页面上找到的ID 其形式如下: **************************@group.calendar.google.com 因

我正在使用gdata.js插入新事件

我只能插入用户的主日历

主日历提要uri为

我可以使用哪个提要uri插入除主日历之外的新事件


提前感谢。

URI的格式如下:

http://www.google.com/calendar/feeds//private/full

您当前正在使用ID“default”,它为用户提供主日历。 您需要的是在该日历底部附近的详细信息页面上找到的ID 其形式如下:

**************************@group.calendar.google.com

因此,完整URI将是:

http://www.google.com/calendar/feeds/**************************@group.calendar.google.com/private/full