Kingsoft OfficeWPS 365 企业协作开放 API
POST/v7/calendars/{calendar_id}/events/{event_id}/update
修改日程
修改指定日程,支持增量更新。对于重复日程,可通过 --mod-type 指定修改范围。
通过 WPS 365 官方 OpenAPI(v7)管理通讯录与组织、云文档、多维表/智能表格、消息、会议、日历、邮件、待办、审批与事件订阅;官方机器契约为 open.wps.cn 发布的 OpenAPI 3.0.0(827 个 Endpoint / 3,119 个 Schema)。企业数据为私有业务数据,Pontx 不代理、缓存或聚合,调用方使用本地 SDK/CLI 直连。
请求
- operationId
calendarEventUpdate- 服务器
https://openapi.wps.cn- 认证
- app, delegated
请求参数
calendar_id
pathstring必填
日历 ID;可使用 primary 指代主日历。
example-id-0123456789
event_id
pathstring必填
event id。
example-id-0123456789
Body 参数
字段: attendee_abilitycalendar_iddescriptionend_timefree_busy_statusis_notificationis_reinvitionlocationsmod_typeonline_meetingrecurrenceremindersstart_timesummaryvisibilitywhich_day_time
响应
200
update_event_resp_bodyapplication/json
请求成功。
字段: data
default
unknownapplication/json
上游服务返回该状态。
{
"data": {
"calendar_id": "example-id-0123456789",
"description": "example content",
"end_time": {
"date": "2026-08-16",
"datetime": "2026-08-16T00:00:00.000Z"
},
"free_busy_status": "busy",
"id": "example-id-0123456789",
"locations": {
"name": "Example title"
},
"online_meeting": {
"description": "example content",
"join_code": "example content",
"meeting_setting": {},
"provider": "kso",
"url": "https://example.com"
},
"organizer": {
"type": "user",
"user_id": "example-id-0123456789"
}
}
}