WorkPro 手册

接口地址

[接口服务器地址]/api/schedule/create.html

请求方法

POST

Request Headers

名称 必选 类型 说明
Content-Type true string application/json; charset=UTF-8
authen true string 认证码 什么是认证码
appid true string 接入ID 什么是接入ID
timestamp true string 时间戳
uid true string 当前帐号
lang true string 语言 zh-cn,en-us

Request Body

名称 必选 类型 说明
recv true array 接收人
name true string 日程名称
intro false string 日程描述
begin_time true int 开始日期 时间戳
end_time true int 结束日期 时间戳
is_public false int 是否公开 0 否 1 是
is_confirm false int 日程确认 0 否 1 是
is_fullday false int 全天日程 0 否 1 是
is_repeat false int 是否重复 0 否 1 是
repeat_type false string 重复类型 D(每天) I(工作日) W(每周) M(每月) Y(年)
repeat_interval false int 重复频率 重复频率 默认 1
repeat_end_type false int 重复结束类型 重复结束类型 1 日期 2 次数
repeat_end_value false int 重复结束值 重复结束值 日期/次数
is_remind false int 是否提醒 0 否 1 是
remind_data false array 提醒数据 全天近日,非全天按分钟 [0,15]
group_id false string 所在群组ID 群组ID

调用样例及调试工具

测试接口

返回结果(成功)

            {"status":1,"code":0,"msg":"","data":{"id":"1","name":"测试1","intro":"测试1","end_time":0,"attachs":[]}}