【问题标题】:grabbing google calendar events and parsing抓取谷歌日历事件并解析
【发布时间】:2012-03-08 15:57:53
【问题描述】:

我们正在使用谷歌日历来安排通话时间。

我们想抓取特定事件的日历并解析信息。

此信息将用于路由电子邮件和电话通知的脚本中。

如果其中任何一个听起来像一个熟悉的项目或示例,我将不胜感激。

感谢您的宝贵时间。

【问题讨论】:

    标签: google-apps-script google-calendar-api


    【解决方案1】:

    Google Apps 脚本使用 CalendarCalendarApp 类公开日历。在 Google 电子表格中编写脚本,然后添加一个时间驱动的触发器以每小时/每天/每月/任何时间运行它。只需在脚本编辑器中单击 Resources > Current script's triggers

    您还可以使用以下网址获取 XML 提要:https://www.google.com/calendar/feeds/username%40gmail.com/public/basic,然后对其进行解析。 [ 2015 年 11 月停产:https://www.404techsupport.com/2015/10/google-discontinue-feed-google-calendars/]

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多