应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"agentid": "923680251",
"event": {
"event_id": "5E6355BC9BA7D5576D602509E0B3A1FE",
"summary": "夕会",
"calendar_id": "primary",
"description": "这是一个测试的日程呀",
"attendees": [
{
"userid": "user123",
"attendee_status": "remove"
}
],
"reminder": {
"method": "app",
"minutes": "5"
},
"organizer": {
"userid": "user123"
},
"start": {
"timezone": "Asia/Shanghai",
"timestamp": 1605699000
},
"end": {
"timezone": "Asia/Shanghai",
"timestamp": 1605709800
},
"location": {
"latitude": "30.285228",
"place": "未来park",
"longitude": "120.017022"
}
}
}
curl --location --request POST 'http://127.0.0.1/topapi/calendar/v2/event/update?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentid": "923680251",
"event": {
"event_id": "5E6355BC9BA7D5576D602509E0B3A1FE",
"summary": "夕会",
"calendar_id": "primary",
"description": "这是一个测试的日程呀",
"attendees": [
{
"userid": "user123",
"attendee_status": "remove"
}
],
"reminder": {
"method": "app",
"minutes": "5"
},
"organizer": {
"userid": "user123"
},
"start": {
"timezone": "Asia/Shanghai",
"timestamp": 1605699000
},
"end": {
"timezone": "Asia/Shanghai",
"timestamp": 1605709800
},
"location": {
"latitude": "30.285228",
"place": "未来park",
"longitude": "120.017022"
}
}
}'
{
"success": true,
"errcode": 0,
"request_id": "string",
"errmsg": "string"
}