GET api/ical/RemoveTempEventsByIds?recids={recids}&dblinkname={dblinkname}

删除一个或多个模板事件

Request Information

URI Parameters

NameDescriptionTypeAdditional information
recids

记录编号,逗号隔开

string

Required

dblinkname

string

Default value is

Body Parameters

None.

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