Calendars: patch
更新日历的元数据。此方法支持补丁语义。请注意,每个补丁请求消耗三个配额单元:首选使用 get
,后跟 update
。您指定的字段值会替换现有值。您未在请求中指定的字段将保持不变。数组字段(如果指定)会覆盖现有的数组;这会舍弃之前的所有数组元素
立即试用。
请求
HTTP 请求
PATCH https://www.googleapis.com/calendar/v3/calendars/calendarId
参数
参数名称 |
值 |
说明 |
路径参数 |
calendarId |
string |
日历标识符。要检索日历 ID,请调用 calendarList.list 方法。如果您想访问当前登录用户的主日历,请使用“primary ”关键字。
|
授权
此请求需要获得以下范围的授权:
范围 |
https://www.googleapis.com/auth/calendar |
如需了解详情,请参阅身份验证和授权页面。
请求正文
在请求正文中,根据补丁语义规则提供日历资源的相关部分。
响应
如果成功,此方法将在响应正文中返回日历资源。
试试看!
使用下面的 API Explorer 对实际数据调用此方法,然后查看响应。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-08。
[null,null,["最后更新时间 (UTC):2024-09-08。"],[[["Updates calendar metadata using patch semantics, replacing specified fields while leaving others unchanged."],["Requires authorization with the `https://www.googleapis.com/auth/calendar` scope."],["Uses a PATCH request to the specified calendar ID, which can be the primary calendar or retrieved using `calendarList.list`."],["Array fields, when updated, are entirely overwritten, discarding previous elements."],["Patch requests consume significant quota; using `get` and `update` together is more efficient for most changes."]]],[]]