【问题标题】:Why I cannot use full google calendar feed?为什么我不能使用完整的谷歌日历提要?
【发布时间】:2015-05-21 11:49:17
【问题描述】:

我有一个公开的 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

那么,是否有任何其他日历设置允许阅读完整的日历提要?

【问题讨论】:

    标签: javascript json google-api google-calendar-api


    【解决方案1】:

    我觉得应该是这样的

    https://www.googleapis.com/calendar/v3/calendars/{calendarid}/events?key={Your Public API Key}
    

    您必须注册一个新的公共 api,您可以通过在 google api 控制台中注册来完成 (https://console.developers.google.com)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-12-01
      • 2012-12-24
      • 1970-01-01
      • 2018-12-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多