POST api/ical/PostTempEvents
根据模板事件定义添加日历事件
Request Information
URI Parameters
None.
Body Parameters
模板事件数据
Dictionary of Object [key] and Object [value]Request Formats
application/json, text/json
Sample:
{ "System.Object": {} }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
icalResultName | Description | Type | Additional information |
---|---|---|---|
error |
错误代码 |
integer |
None. |
message |
错误信息 |
string |
None. |
calendargroup |
数据 |
Object |
None. |
data | Object |
None. |
|
eventAlertProposal | Object |
None. |
|
templateEventType | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "error": 1, "message": "sample string 2", "calendargroup": {}, "data": {}, "eventAlertProposal": {}, "templateEventType": {} }