ear*_*las 5 google-calendar-api google-api google-apis-explorer
TL; DR:当与会者为活动建议了新的时间时,组织者是否可以通过Google Calendar API检索建议的新时间,例如从Events:get或Events:list?
当组织者通过“ 事件:获取”和“ 事件:列表” API 检索上述事件时,他们看到的只是与会者具有临时响应状态。没有什么可以表明已经提出了新的时间,也没有什么可以表明的:
{
...,
"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"
}
],
...
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
110 次 |
| 最近记录: |