Google日历API:事件source.title和source.url:新日历界面显示"This event was automatically created from an email."
Google Calendar API: Event source.title and source.url : new calendar interface shows "This event was automatically created from an email."
使用 API 创建事件时:
https://developers.google.com/google-apps/calendar/v3/reference/events/insert
如果我填写字段 source.title 和 source.url:
source.title string Title of the source; for example a title of a web page or an email subject.
source.url string URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
使用旧界面,在事件中我可以看到 "Calendar" 和 "Description" 之间的只读字段:
Source [Link icon] The title of my link, from [source.title]
而 "The title of my link, from [source.title]" 是 link 到 [source.url]
在新的日历界面中,同一事件显示为:
[Email icon] This event was automatically created from an email. [View confirmation]
并且[查看确认]是link到[source.url]
我错过了什么吗?这是新界面上的错误还是 API 文档已弃用这些字段?
该问题的错误跟踪器 link:https://issuetracker.google.com/issues/73334552
Google 日历网站 UI 最近进行了一次大升级。如果内存服务,这发生在十月左右。
这对我来说像是一个错误,其中一些与 API 和新网站 UI 相关联,但未进行更新和全面测试。
我将联系我在 Google 的联系人,让某人同时检查一下,您介意将其发布在问题跟踪器上并将我粘贴到 link 吗? issue tracker
使用 API 创建事件时: https://developers.google.com/google-apps/calendar/v3/reference/events/insert
如果我填写字段 source.title 和 source.url:
source.title string Title of the source; for example a title of a web page or an email subject. source.url string URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
使用旧界面,在事件中我可以看到 "Calendar" 和 "Description" 之间的只读字段:
Source [Link icon] The title of my link, from [source.title]
而 "The title of my link, from [source.title]" 是 link 到 [source.url]
在新的日历界面中,同一事件显示为:
[Email icon] This event was automatically created from an email. [View confirmation]
并且[查看确认]是link到[source.url]
我错过了什么吗?这是新界面上的错误还是 API 文档已弃用这些字段?
该问题的错误跟踪器 link:https://issuetracker.google.com/issues/73334552
Google 日历网站 UI 最近进行了一次大升级。如果内存服务,这发生在十月左右。
这对我来说像是一个错误,其中一些与 API 和新网站 UI 相关联,但未进行更新和全面测试。
我将联系我在 Google 的联系人,让某人同时检查一下,您介意将其发布在问题跟踪器上并将我粘贴到 link 吗? issue tracker