如何“提议新时代"?被找回事件? [英] How can "proposed new times" be retrieved for an event?

查看:60
本文介绍了如何“提议新时代"?被找回事件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

TL; DR::当与会者为活动提议新时间时,组织者是否可以通过Google Calendar API检索提议的新时间,例如来自 事件:获取 事件:列表 ?

TL;DR: When an attendee has proposed a new time for an event, is it possible for the organizer to retrieve the proposed new time via the Google Calendar API, e.g. from Events: get or Events: list?

  1. 组织者邀请与会者参加1700 EDT的活动

  1. Organizer invites Attendee to an event at 1700 EDT

与会者收到1500 MDT的活动邀请

Attendee receives the event invitation for 1500 MDT

与会者提议将新时间定为1530 MDT

Attendee proposes a new time of 1530 MDT

组织者看到有一个建议的新时间

Organizer sees that there is a proposed new time

来自Google Calendar API的结果事件数据

组织者通过 事件:get 事件:列表 API,他们所看到的只是参与者的响应状态为暂定.没有什么可以表明已经提出了新的时间,也没有什么可以指出的:

Resulting event data from the Google Calendar API

When the organizer retrieves the above event via the Events: get and Events: list APIs, all they see is that the attendee has a tentative response status. There is nothing to indicate that a new time has been proposed, nor what that time is:

{
  ...,
  "kind": "calendar#event",
  "organizer": {
    "email": "organizer@example.com",
    "self": true
  },
  "start": {
    "dateTime": "2019-09-17T17:00:00-04:00"
  },
  "end": {
    "dateTime": "2019-09-17T17:30:00-04:00"
  },
  "attendees": [
    {
      "email": "attendee@example.com",
      "responseStatus": "tentative"
    },
    {
      "email": "organizer@example.com",
      "organizer": true,
      "self": true,
      "responseStatus": "accepted"
    }
  ],
  ...
}

推荐答案

Google日历团队已确认,截至2019年9月,该API尚不可用,并且尚无正在进行的工作将其添加到API中.

The Google Calendar team has confirmed that, as of September 2019, this is not available via the API and there is no ongoing work to add it to the API.

这篇关于如何“提议新时代"?被找回事件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆