我使用gdata.js插入新事件。
我只能插入用户的主日历。
主日历Feed uri为http://www.google.com/calendar/feeds/default/private/full
我可以使用哪种Feed来插入除主日历以外的新活动。
提前致谢。
答案 0 :(得分:0)
URI的格式为:
http://www.google.com/calendar/feeds/<CALENDAR_ID>/private/full
您当前正在使用ID'default',它为用户提供主日历。 您需要的是在该日历的详细信息页面上找到的ID(靠近底部) 它的形式为:
**************************@group.calendar.google.com
所以完整的URI将是:
http://www.google.com/calendar/feeds/**************************@group.calendar.google.com/private/full