为什么我不能使用完整的 google 日历提要?
Why I cannot use full google calendar feed?
我有一个 public Google 日历:
我想阅读 JSON 格式的约会数据。
我用这个 URL https://www.google.com/calendar/feeds/{calendar_id}%40group.calendar.google.com/public/basic?alt=json
并且效果很好。但是当我使用这个 https://www.google.com/calendar/feeds/{calendar_id}%40group.calendar.google.com/public/full?alt=json
我有 Error 403
.
那么,是否有任何其他日历设置允许阅读完整的日历提要?
我觉得应该是这样的
https://www.googleapis.com/calendar/v3/calendars/{calendarid}/events?key={Your Public API Key}
您必须注册一个新的 public api,您可以在 google api 控制台中注册 (https://console.developers.google.com)
我有一个 public Google 日历:
我想阅读 JSON 格式的约会数据。
我用这个 URL https://www.google.com/calendar/feeds/{calendar_id}%40group.calendar.google.com/public/basic?alt=json
并且效果很好。但是当我使用这个 https://www.google.com/calendar/feeds/{calendar_id}%40group.calendar.google.com/public/full?alt=json
我有 Error 403
.
那么,是否有任何其他日历设置允许阅读完整的日历提要?
我觉得应该是这样的
https://www.googleapis.com/calendar/v3/calendars/{calendarid}/events?key={Your Public API Key}
您必须注册一个新的 public api,您可以在 google api 控制台中注册 (https://console.developers.google.com)