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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Hashtable'.

Response Information

Resource Description

icalResult
NameDescriptionTypeAdditional 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": {}
}